1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 08:12:27 +00:00
senpy/senpy
J. Fernando Sánchez efb305173e Removed future from __init__
Since __init__ is imported by setup.py, future may not be installed yet.

Other options would be:

* Read VERSION -> and that code has to be duplicated in setup.py and
  senpy (to avoid the import, once again)
* Eval version.py
* Do without versioning :)
2017-03-01 18:28:20 +01:00
..
plugins Remove iteritems for py2/3 compatibility 2017-03-01 18:14:44 +01:00
schemas Loads of changes! 2017-02-27 12:01:19 +01:00
static Loads of changes! 2017-02-27 12:01:19 +01:00
templates Loads of changes! 2017-02-27 12:01:19 +01:00
__init__.py Removed future from __init__ 2017-03-01 18:28:20 +01:00
__main__.py Loads of changes! 2017-02-27 12:01:19 +01:00
api.py Loads of changes! 2017-02-27 12:01:19 +01:00
blueprints.py Loads of changes! 2017-02-27 12:01:19 +01:00
cli.py YAPFed 2017-01-10 10:19:32 +01:00
client.py Improved docs and client 2017-02-28 19:38:01 +01:00
extensions.py Removed future from __init__ 2017-03-01 18:28:20 +01:00
models.py Loads of changes! 2017-02-27 12:01:19 +01:00
version.py Loads of changes! 2017-02-27 12:01:19 +01:00