Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
iankronquist committed Aug 13, 2014
1 parent de22b14 commit 0c10b57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hamper/commander.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import importlib
import logging
import re
import traceback
from bisect import insort
from collections import deque, namedtuple
from fnmatch import fnmatch

from twisted.words.protocols import irc
from twisted.internet import protocol, reactor, ssl
Expand All @@ -17,8 +14,6 @@
import hamper.log
import hamper.plugins
from hamper.acl import ACL, AllowAllACL
from hamper.interfaces import (BaseInterface, IPresencePlugin, IChatPlugin,
IPopulationPlugin)

log = logging.getLogger('hamper')

Expand Down

0 comments on commit 0c10b57

Please sign in to comment.