remove redundant IPAddr import

pull/1445/head
Alexander Koeppe 2016-05-22 10:27:36 +02:00
parent 2bb2183800
commit 9681cd3be8
1 changed files with 0 additions and 1 deletions

View File

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