You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 :)
7 years ago
..
plugins Remove iteritems for py2/3 compatibility 7 years ago
schemas Loads of changes! 7 years ago
static Loads of changes! 7 years ago
templates Loads of changes! 7 years ago
__init__.py Removed future from __init__ 7 years ago
__main__.py Loads of changes! 7 years ago
api.py Loads of changes! 7 years ago
blueprints.py Loads of changes! 7 years ago
cli.py YAPFed 8 years ago
client.py Improved docs and client 7 years ago
extensions.py Removed future from __init__ 7 years ago
models.py Loads of changes! 7 years ago
version.py Loads of changes! 7 years ago