mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Move apsw_shell.py as the build system does not support modules in src/
And I have better things to do than fix and test the build system.
This commit is contained in:
parent
838c832f01
commit
d5a7efdefa
@ -988,7 +988,7 @@ class DB(object):
|
|||||||
uv = int(self.user_version)
|
uv = int(self.user_version)
|
||||||
|
|
||||||
if sql is None:
|
if sql is None:
|
||||||
from apsw_shell import Shell
|
from calibre.utils.apsw_shell import Shell
|
||||||
callback(_('Dumping database to SQL') + '...')
|
callback(_('Dumping database to SQL') + '...')
|
||||||
buf = StringIO()
|
buf = StringIO()
|
||||||
shell = Shell(db=self.conn, stdout=buf)
|
shell = Shell(db=self.conn, stdout=buf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user