home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Calibre / calibre-0.8.18.msi / file_262 / sha.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2011-09-09  |  400 b   |  11 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.7)
  3.  
  4. import warnings
  5. warnings.warn('the sha module is deprecated; use the hashlib module instead', DeprecationWarning, 2)
  6. from hashlib import sha1 as sha
  7. new = sha
  8. blocksize = 1
  9. digest_size = 20
  10. digestsize = 20
  11.