home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Bureautique / gImageReader / gimagereader_0.9-1_win32.exe / bin / _hashlib.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2011-03-24  |  549b  |  20 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.7)
  3.  
  4.  
  5. def __load():
  6.     import imp as imp
  7.     import os as os
  8.     import sys as sys
  9.     
  10.     try:
  11.         dirname = os.path.dirname(__loader__.archive)
  12.     except NameError:
  13.         dirname = sys.prefix
  14.  
  15.     path = os.path.join(dirname, '_hashlib.pyd')
  16.     mod = imp.load_dynamic(__name__, path)
  17.  
  18. __load()
  19. del __load
  20.