• J. Fernando Sánchez's avatar
    Removed future from __init__ · efb30517
    J. Fernando Sánchez authored
    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 :)
    efb30517