p83 - corrected silly mistake i made in p82
This commit is contained in:
parent
cd212af029
commit
7dcf2d9bbc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user