PEP 8 and code cleanup
[mw] / src / mw / cli.py
index 238f72ed9b518264f17e2ea28bfed8719577dc6e..54fbd7734a8e2be938d436a41e61f93ac48cb7e4 100644 (file)
 # with this program.  If not, see <http://www.gnu.org/licenses/>.
 ###
 
-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 = {}

Benjamin Mako Hill || Want to submit a patch?