6 Commits

Author SHA1 Message Date
Cosimo Lupo
9b88135931
accept both int or long as valid integer types on py27
Fixes https://github.com/unified-font-object/ufoLib/issues/52
2018-10-10 10:54:57 +01:00
Cosimo Lupo
81e0855cc7
must decode incoming user paths on py2, pyfilesystem2 requires unicode paths
with this the defcon test suite passes on both py2 and py3. I think i'm done for now.
2018-10-09 18:20:10 +01:00
Cosimo Lupo
20c3c1b227
move datetimeAsTimestamp func to utils.py module 2018-10-09 14:03:49 +01:00
Cosimo Lupo
0951e2063e
ensure all modules do from __future__ import absolute_import, unicode_literals 2018-07-14 19:25:18 +01:00
Cosimo Lupo
b743ccd2b6
utils: remove testing warning from doctest; fails with py27
I hate doctests :(
2018-07-12 13:54:19 +01:00
Cosimo Lupo
c6bc1cda0a
add utils.py module with @deprecated decorator 2018-07-12 13:33:21 +01:00