p83 - corrected silly mistake i made in p82
This commit is contained in:
+3
-1
@@ -35,8 +35,10 @@ import SQL
|
|||||||
try:
|
try:
|
||||||
# pgdb database module for posgres via DB-API
|
# pgdb database module for posgres via DB-API
|
||||||
import psycopg2
|
import psycopg2
|
||||||
# pgdb uses pyformat. is that fixed or an option?
|
except:
|
||||||
|
pass
|
||||||
# mysql bindings
|
# mysql bindings
|
||||||
|
try:
|
||||||
import MySQLdb
|
import MySQLdb
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user