home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / Miro_Downloader.exe / bsddb / db.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2007-11-12  |  484 b   |  13 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.5)
  3.  
  4. if __name__.startswith('bsddb3.'):
  5.     from _pybsddb import *
  6.     from _pybsddb import __version__
  7. else:
  8.     from _bsddb import *
  9.     from _bsddb import __version__
  10. if version() < (3, 2, 0):
  11.     raise ImportError, 'correct BerkeleyDB symbols not found.  Perhaps python was statically linked with an older version?'
  12.  
  13.