openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #09373
[Merge] lp:~raoul-snyman/openlp/bug-789285 into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/bug-789285 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
Related bugs:
Bug #789285 in OpenLP: "OpenLP does not work with SQLAlchemy 0.7"
https://bugs.launchpad.net/openlp/+bug/789285
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/bug-789285/+merge/62733
Fix for bug #789285: OpenLP does not work with SQLAlchemy 0.7.
--
https://code.launchpad.net/~raoul-snyman/openlp/bug-789285/+merge/62733
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/bug-789285 into lp:openlp.
=== modified file 'openlp/core/lib/db.py'
--- openlp/core/lib/db.py 2011-05-26 17:11:22 +0000
+++ openlp/core/lib/db.py 2011-05-27 20:06:33 +0000
@@ -32,7 +32,7 @@
from PyQt4 import QtCore
from sqlalchemy import create_engine, MetaData
-from sqlalchemy.exceptions import InvalidRequestError
+from sqlalchemy.exc import InvalidRequestError
from sqlalchemy.orm import scoped_session, sessionmaker
from openlp.core.utils import AppLocation, delete_file
Follow ups