Replace help_tiny by module docstring

This commit is contained in:
nemunaire 2014-08-28 01:39:31 +02:00
parent e5ec487d29
commit cd7843e16e
24 changed files with 47 additions and 77 deletions

View file

@ -1,5 +1,7 @@
# coding=utf-8
"""Find information about an SAP transaction codes"""
import urllib.request
import json
import re
@ -10,9 +12,6 @@ from tools.web import striphtml
nemubotversion = 3.4
def help_tiny ():
return "Find information about an SAP transaction codes"
def help_full ():
return "!tcode <transaction code|keywords>"