fixbot/irc.py
changeset 64 8574aeff9b36
parent 58 31a17b0b5159
--- a/fixbot/irc.py	Sat Feb 20 22:32:18 2010 +0200
+++ b/fixbot/irc.py	Sat Feb 20 23:06:43 2010 +0200
@@ -3,8 +3,6 @@
 from twisted.python import log
 import traceback
 
-import buffer
-
 class ReplyException (Exception) :
     def __init__ (self, reply) :
         self.reply = reply