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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __license__ = 'GPL v3'
  5. __copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
  6.  
  7. def db():
  8.     LibraryDatabase2 = LibraryDatabase2
  9.     import calibre.library.database2
  10.     prefs = prefs
  11.     import calibre.utils.config
  12.     return LibraryDatabase2(prefs['library_path'])
  13.  
  14.