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

remove redundant IPAddr import
pull/1446/merge
Serg G. Brester 2016-05-23 14:36:19 +02:00
commit dcab8ab309
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