summaryrefslogtreecommitdiffstats
path: root/subcmds/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/__init__.py')
-rw-r--r--subcmds/__init__.py1
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
15import os 15import 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.
18all_commands = {} 19all_commands = {}
19all_modules = [] 20all_modules = []