]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix broken imports
authorPaul Johnston <paj@pajhome.org.uk>
Sun, 19 Aug 2007 14:13:29 +0000 (14:13 +0000)
committerPaul Johnston <paj@pajhome.org.uk>
Sun, 19 Aug 2007 14:13:29 +0000 (14:13 +0000)
lib/sqlalchemy/databases/mssql.py

index 0caccca9569ed132012ed555bb0c67746bd4ac75..ae3b1256e1835b930b40496b6490bcde395e6685 100644 (file)
@@ -37,7 +37,7 @@ Known issues / TODO:
   
 """
 
-import datetime, random, warnings, re
+import datetime, random, warnings, re, sys, operator
 
 from sqlalchemy import util, sql, schema, exceptions
 from sqlalchemy.sql import compiler, expression