Started cleanup work on CLI class, added unit tests for CLI.parse_globals()

This commit is contained in:
Jason Gerard DeRose
2008-10-27 14:49:34 -06:00
parent 10026284db
commit 17fd9cc431
2 changed files with 7 additions and 1 deletions

View File

@@ -394,7 +394,8 @@ class CLI(object):
self.cmd_argv = tuple(args)
def bootstrap(self):
pass
self.__doing('bootstrap')
self.parse_globals()
# if options.interactive == True:
# self.__all_interactive = True