Replace help_tiny by module docstring
This commit is contained in:
parent
e5ec487d29
commit
cd7843e16e
24 changed files with 47 additions and 77 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# coding=utf-8
|
||||
|
||||
"""Create alias of commands"""
|
||||
|
||||
import re
|
||||
import sys
|
||||
from datetime import datetime
|
||||
|
|
@ -19,10 +21,6 @@ def load(context):
|
|||
DATAS.getNode("variables").setIndex("name")
|
||||
|
||||
|
||||
def help_tiny ():
|
||||
"""Line inserted in the response to the command !help"""
|
||||
return "alias module"
|
||||
|
||||
def help_full ():
|
||||
return "TODO"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue