Commit Graph
8 Commits
Author SHA1 Message Date
cclauss 8967afc645 octal, not hex 2018-02-21 14:13:47 +01:00
cclauss d66cad3e0e Py3 Syntax Errors: 0700 -> 0x700 and 0600 -> 0x600
$ __python3 -c "0700"__
```
  File "<string>", line 1
    0700
       ^
SyntaxError: invalid token
```
2018-02-21 12:18:52 +01:00
cclauss 552b69592c six.string_types in mixins.py 2018-02-14 08:35:14 +01:00
cclauss 2e623ad80c Change unicode() --> six.text_type() for Python 3 2018-02-11 21:09:12 +01:00
cclauss 260aec543e Misc Python 3 changes: execfile(), file(), reduce(), StandardError 2018-02-09 17:17:05 +01:00
cclauss c371b869dc basestring to six.string_types for Python 3 2018-02-09 16:28:36 +01:00
cclauss e1a8b69736 from six.moves import xrange for Python 3 2018-02-08 22:41:33 +01:00
cclauss e18838a4b7 Modernize Python 2 code to get ready for Python 3 2018-02-08 17:26:22 +01:00