issue #106: delete junk from example module.

This commit is contained in:
David Wilson 2018-04-01 21:25:44 +01:00
parent 2c17d60ffd
commit 41ca3ad94b
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ def usage():
# Also must slurp in our own source code, to verify the encoding string was
# added.
print 'WTFFFFFFFFFFFFFFFF %r' % (sys.argv,)
with open(sys.argv[0]) as fp:
me = fp.read()