X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/fc69b26dbca870828cb1e5fe4e580532a39540b7..2699c75f1d264d5d960289e4a11b687a87bb9943:/src/mw/cli.py diff --git a/src/mw/cli.py b/src/mw/cli.py index 238f72e..54fbd77 100644 --- a/src/mw/cli.py +++ b/src/mw/cli.py @@ -16,13 +16,13 @@ # with this program. If not, see . ### -import inspect import mw.clicommands import os import sys -from pprint import pprint + class CLI(object): + def __init__(self): self.me = os.path.basename(sys.argv[0]) self.commands = {}