Merge pull request #1445 from koeppea/0.10-redunant-IPAddr-import

remove redundant IPAddr import
This commit is contained in:
Serg G. Brester 2016-05-23 14:36:19 +02:00
commit dcab8ab309

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