11: Added submodules needed to triger the plugin loading, etc., so I can start work on the cli demo

This commit is contained in:
Jason Gerard DeRose
2008-07-20 02:03:15 +00:00
parent 7acf12e988
commit 700d58ac1e
5 changed files with 101 additions and 8 deletions

View File

@@ -212,6 +212,7 @@ class API(object):
def finalize(self):
cmd_d = {}
cmd_l = {}
for obj in self.__obj_d.values():
for cmd in obj.commands():
assert cmd.full_name not in cmd_d