Get tox -e py27 working.

This commit is contained in:
Dave Halter
2017-07-11 00:26:24 +02:00
parent dd7c12834e
commit c93546bfd9
15 changed files with 83 additions and 73 deletions

View File

@@ -178,7 +178,7 @@ rv.update(dict.fromkeys(
def f():
try:
if not Debug:
print('''
hello('''
If you would like to see debugging output,
try: %s -d5
''' % sys.argv[0])