remove redundant IPAddr import

This commit is contained in:
Alexander Koeppe 2016-05-22 10:27:36 +02:00
parent 2bb2183800
commit 9681cd3be8

View file

@ -42,7 +42,6 @@ from .banmanager import BanManager
from .jailthread import JailThread
from .action import ActionBase, CommandAction, CallingMap
from .mytime import MyTime
from .filter import IPAddr
from .utils import Utils
from ..helpers import getLogger