reverted last change. Seems this options is available only in very

recent versions of mysql-python

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40145
This commit is contained in:
olveyra 2008-08-05 12:05:28 +00:00
parent 7fc5923249
commit 388f7641cf
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ def mysql_connect(db_uri, **kwargs):
del(d['passwd'])
d['charset'] = "utf8"
d['reconnect'] = 1
#d['reconnect'] = 1
d.update(kwargs)
return MySQLdb.connect(**d)