mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:23:47 +02: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
2 changed files with 1 additions and 1 deletions
|
|
@ -988,7 +988,7 @@ def dump_and_restore(self, callback=None, sql=None):
|
|||
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…
Reference in a new issue