diff options
Diffstat (limited to 'subcmds/__init__.py')
-rw-r--r-- | subcmds/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/__init__.py b/subcmds/__init__.py index 0754f708..965ad0bb 100644 --- a/subcmds/__init__.py +++ b/subcmds/__init__.py | |||
@@ -14,6 +14,7 @@ | |||
14 | 14 | ||
15 | import os | 15 | import os |
16 | 16 | ||
17 | |||
17 | # A mapping of the subcommand name to the class that implements it. | 18 | # A mapping of the subcommand name to the class that implements it. |
18 | all_commands = {} | 19 | all_commands = {} |
19 | all_modules = [] | 20 | all_modules = [] |