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:
Kovid Goyal 2013-08-27 18:46:04 +05:30
parent 838c832f01
commit d5a7efdefa
2 changed files with 1 additions and 1 deletions

View File

@ -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)