Skip to content
Snippets Groups Projects
Forked from Alchemy Archive / Alchemy Viewer
11861 commits behind the upstream repository.
  • Bryan O'Sullivan's avatar
    5f4c09fa
    Python 2.4 and 2.6 improvements · 5f4c09fa
    Bryan O'Sullivan authored
    The sets module is no longer needed with Python 2.4, and causes a
    DeprecationWarning with 2.6, so drop it
    
    The md5 module causes a DeprecationWarning with 2.6, so try to import
    hashlib (its replacement) instead, else fall back
    
    Reviewed by Poppy.
    5f4c09fa
    History
    Python 2.4 and 2.6 improvements
    Bryan O'Sullivan authored
    The sets module is no longer needed with Python 2.4, and causes a
    DeprecationWarning with 2.6, so drop it
    
    The md5 module causes a DeprecationWarning with 2.6, so try to import
    hashlib (its replacement) instead, else fall back
    
    Reviewed by Poppy.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.