Skip to content

Commit d2c28da

Browse files
committedJun 29, 2016
Removed pointless comment
1 parent c368339 commit d2c28da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎classes/command.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
especially the main script, to run commands.
44
"""
55

6-
#How does this still work?
76
class Command():
87
list_of_commands = {}
98
def __init__(self, keyword, docstring, args_docstring, max_args, method):

0 commit comments

Comments
 (0)
Please sign in to comment.