2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2025-01-24 09:20:00 +01:00

py3k syntax

This commit is contained in:
Thomas Nagy 2011-11-26 15:10:00 +01:00
parent 4c9eceb088
commit c00a364048

View File

@ -34,7 +34,7 @@ class Popen(object):
else:
if Popen.verbose:
print("Emulating")
except Exception, e:
except Exception as e:
if Popen.verbose:
print("Exception: %s" % e)
raise