home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.6)
-
- __license__ = 'GPL v3'
- __copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
-
- def db():
- LibraryDatabase2 = LibraryDatabase2
- import calibre.library.database2
- prefs = prefs
- import calibre.utils.config
- return LibraryDatabase2(prefs['library_path'])
-
-