Changeset 9561

Show
Ignore:
Timestamp:
05/03/08 03:30:05 (7 months ago)
Author:
jim++
Message:

[elghinn] Specify exception we want to catch so we see if there are others
problems.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/common/helpers.py

    r9538 r9561  
    4747        hash_md5  = hashlib.md5 
    4848        hash_sha1 = hashlib.sha1 
    49 except: 
     49except ImportError: 
    5050        # Python 2.4 
    5151        import md5