BUG: Python 3 fix.

This commit is contained in:
twiecki
2014-01-30 18:48:46 -05:00
parent 59bcd097d5
commit d91c18b1c2
+1 -1
View File
@@ -153,7 +153,7 @@ def main(argv=None):
"tz_in=",
"fake_csv=",
"file_out="])
except getopt.error, msg:
except getopt.error as msg:
raise Usage(msg)
for opt, value in opts:
if opt in ("--help", "-h"):