import re, another necessary import that was missed

This commit is contained in:
Brian S. Stephan 2010-07-29 00:42:44 -05:00
parent a3da4f39c8
commit bc4f2c6904
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from ConfigParser import NoOptionError
import re
from irclib import irclib
from datetime import datetime