begin to document shell changes

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-08-07 21:12:21 +02:00
commit 4e46cf8ce4
3 changed files with 8 additions and 6 deletions

View file

@ -84,6 +84,5 @@ class Shell(object):
@classmethod
def commandline(cls, args):
print(os.environ['PYTHONPATH'])
shell = cls(args.shell)
shell.run()