python-inema/inema
Georg Sauthoff d5220f809e fix Python 3 compatibiltiy
the result still is compatible with Python 2 (tested with 2.7)

- use relative import in `__init__.py` such that the import of `inema`
  also works with `PYTHONPATH` set to the repository
- use another method to load the json file, i.e. one that also works
  when the package isn't installed
- replace some deprecated imports (that aren't available in Python 3)
  with their sucessors
- replace some Python 2 specific constructs (e.g. `map` that implicitly
  converts to a list in Python 2 but just returns a map object in Python 3)
2016-09-23 11:30:18 +02:00
..
data fix setup.py / install on FreeBSD 2016-07-24 12:48:20 +02:00
__init__.py fix Python 3 compatibiltiy 2016-09-23 11:30:18 +02:00
inema.py fix Python 3 compatibiltiy 2016-09-23 11:30:18 +02:00