Update plugin.py

This commit is contained in:
Nicolas Coevoet 2015-04-08 17:59:19 +02:00
parent 4b7873afd2
commit d17109cda2

View File

@ -57,7 +57,7 @@ except ImportError:
try: try:
from netaddr import IPAddress, IPNetwork from netaddr import IPAddress, IPNetwork
except: except:
t = '' print 'CIDR computation is not available: netaddress or ipaddress must be installed'
#due to more kind of pattern checked, increase size #due to more kind of pattern checked, increase size