mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -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)
|
||||
|
||||
if sql is None:
|
||||
from apsw_shell import Shell
|
||||
from calibre.utils.apsw_shell import Shell
|
||||
callback(_('Dumping database to SQL') + '...')
|
||||
buf = StringIO()
|
||||
shell = Shell(db=self.conn, stdout=buf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user