lodgeit/tests
Tristan Cacqueray 9b854e7729 Fix python3 compatibility issue
This change fix python3 compatibility:
* replace except obj, name with except obj as name
* use print function
* replace iteritems by six.iteritems
* replace xrange by range
* convert items() result to list

Change-Id: I70364e47541274d446c4449f820dce3e0b331b27
2020-03-04 13:09:24 -06:00
..
unittest Fix python3 compatibility issue 2020-03-04 13:09:24 -06:00
utilities Fix PEP-8 errors 2017-02-25 13:47:11 +09:00
__init__.py Fix up the tests and add tox configuration to run them 2015-11-24 13:33:00 +09:00