Commit Graph

2 Commits

Author SHA1 Message Date
cfc66b6847 Fix flake8 errors throughout code
This found a small number of real bugs too, for example,
this one that looked weird because of a 2to3 conversion,
but was wrong both before and after:
-        except IndexError as TypeError:
+        except (IndexError, TypeError):
2020-08-06 17:58:41 -04:00
0c1a3449cb Start Python 3 conversion 2020-08-04 10:42:00 -04:00