p83 - corrected silly mistake i made in p82

This commit is contained in:
steffen123 2008-09-17 01:21:55 +01:00
parent cd212af029
commit 7dcf2d9bbc

View File

@ -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