diff -r a849c00b63f8 -r 8574aeff9b36 fixbot/irc.py --- 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