Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 8b2530bb232c0c42fc2080b698e6368d > files > 18

childsplay-1.6-3.mga3.src.rpm

--- SPDataManager.py	2011-06-03 13:24:28.000000000 +0200
+++ SPDataManager.py	2012-09-30 10:34:46.650277329 +0200
@@ -38,7 +38,7 @@ NOSQLA = False
 
 try:
     import sqlalchemy as sqla
-    import sqlalchemy.exceptions as sqlae
+    from sqlalchemy import exc as sqlae
     import SQLTables
 except ImportError:
     module_logger.exception("No sqlalchemy package found")