7 Commits

Author SHA1 Message Date
TomZ 7888ed0d23 Run autopep8 2017-01-17 10:27:25 +01:00
Dagur Valberg Johannsson f7cac717fa Remove uneeded parenthesis 2017-01-16 17:01:30 -05:00
Dagur Valberg Johannsson 5d604da0d1 Use enum names instead of literals 2017-01-16 16:59:42 -05:00
Dagur Valberg Johannsson 8d1e5b8378 Remove last argument to arraycopy
How the function was used made the argument was redundant.
2017-01-16 16:53:09 -05:00
Dagur Valberg Johannsson 1bbddabc10 Remove , in enum
The comma makes values be tuple type instead of int
2017-01-16 16:50:05 -05:00
TomZ c6997bbb0c Make work on py3 and py2.
This essentially fixes a string encoding issue.
Thanks fly to dagurval for finding the cause of the failure!
2017-01-16 13:37:12 +01:00
TomZ d0cc609a4d Lifted this from the transactions project into its own repo 2017-01-16 10:37:25 +01:00