home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_624 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  357 b   |  10 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. import warnings
  5. warnings.warn('the md5 module is deprecated; use hashlib instead', DeprecationWarning, 2)
  6. from hashlib import md5
  7. new = md5
  8. blocksize = 1
  9. digest_size = 16
  10.