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