• F
    Add support for Python 2 (#11) · c56832ed
    Francisco Massa 提交于
    * Add missing __init__.py files
    
    * Add packages
    
    * Rename logging.py to logger.py
    
    Import rules from Python2 makes this a bad idea
    
    * Make import_file py2 compatible
    
    * list does not have .copy() in py2
    
    * math.log2 does not exist in py2
    
    * Miscellaneous fixes for py2
    
    * Address comments
    c56832ed
setup.py 2.0 KB