From 345fe79759e8a2acba43a2affaa42e9c9c8f689b Mon Sep 17 00:00:00 2001 From: adustman Date: Fri, 11 Jul 2003 00:34:40 +0000 Subject: [PATCH] Include new time handling modules --- MySQLdb/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MySQLdb/setup.py b/MySQLdb/setup.py index caaeeeb..d8d712d 100644 --- a/MySQLdb/setup.py +++ b/MySQLdb/setup.py @@ -121,6 +121,9 @@ setup (# Distribution meta-data "MySQLdb.cursors", "MySQLdb.sets", "MySQLdb.times", + "MySQLdb.stringtimes", + "MySQLdb.mxdatetimes", + "MySQLdb.pytimes", "MySQLdb.constants.CR", "MySQLdb.constants.FIELD_TYPE", "MySQLdb.constants.ER",