DrBotIRC: remove some unused imports

This commit is contained in:
Brian S. Stephan 2012-12-18 22:16:41 -06:00
parent da430981be
commit f30e1fd308
1 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
import bisect
import copy
from ConfigParser import NoOptionError, NoSectionError
import logging
@ -27,7 +26,6 @@ from SimpleXMLRPCServer import SimpleXMLRPCServer
import socket
import sys
import thread
import traceback
from extlib import irclib