FIX: PSYCOPG_VERSION defaults to None...

This commit is contained in:
dim 2008-02-27 12:56:18 +00:00
parent e15ac609a8
commit 62f9d5a50b

View File

@ -15,7 +15,7 @@ from options import PSYCOPG_VERSION
from tools import PGLoader_Error
from logger import log
log.debug('Preferred psycopg version is %d' % PSYCOPG_VERSION)
log.debug('Preferred psycopg version is %s' % PSYCOPG_VERSION)
if PSYCOPG_VERSION is None:
# legacy import behavior