home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / python-support / python2.6 / gdata / Crypto / Hash / MD5.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-04-20  |  364 b   |  12 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __revision__ = '$Id: MD5.py,v 1.4 2002/07/11 14:31:19 akuchling Exp $'
  5. from md5 import *
  6. import md5
  7. if hasattr(md5, 'digestsize'):
  8.     digest_size = digestsize
  9.     del digestsize
  10.  
  11. del md5
  12.