From 143ca19a4a57d3ac8bca5066f822fe6ec8c92d03 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 14 Apr 2011 17:15:52 -0400 Subject: [PATCH] unnecessary import, whoops --- irc/actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/irc/actions.py b/irc/actions.py index 4bbf1d6..e35ba60 100644 --- a/irc/actions.py +++ b/irc/actions.py @@ -2,8 +2,6 @@ # Actions/commands to interface with IRC. -import string - class Actions: def __init__(self, sock): """actions/commands to interface with IRC"""