diff options
author | Rob Austein <sra@hactrn.net> | 2012-10-26 15:15:48 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-10-26 15:15:48 +0000 |
commit | 0382c2893986cbe187f8435bccd8e1ba6e4b76fc (patch) | |
tree | acebbea6b9788832170a7d1b1e68f11a26d428dc /rpkid/rpki/mysql_import.py | |
parent | c0bf5482815e73d65490b8fc60753f18f233ee11 (diff) |
Teach MySQLdb converter interface about rpki.sundial.datetime.
svn path=/branches/tk274/; revision=4794
Diffstat (limited to 'rpkid/rpki/mysql_import.py')
-rw-r--r-- | rpkid/rpki/mysql_import.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpkid/rpki/mysql_import.py b/rpkid/rpki/mysql_import.py index 40ccc348..e7b54dde 100644 --- a/rpkid/rpki/mysql_import.py +++ b/rpkid/rpki/mysql_import.py @@ -61,3 +61,5 @@ else: import _mysql_exceptions warnings.simplefilter("error", _mysql_exceptions.Warning) + +import MySQLdb.converters |