From 885076c1b8d1e5b44480c55be20f007169b9f526 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 19 Dec 2012 19:54:17 -0600 Subject: [PATCH] Module: remove some unused imports --- Module.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Module.py b/Module.py index 20a8ad8..191c647 100644 --- a/Module.py +++ b/Module.py @@ -20,9 +20,6 @@ along with this program. If not, see . from ConfigParser import NoSectionError, NoOptionError import logging -import re -import sys -from threading import Timer import MySQLdb as mdb