Remove unused (and undeclared) ipaddr field

This commit is contained in:
Florent 2014-03-27 22:28:17 +01:00
commit c7b055b898

View file

@ -40,7 +40,6 @@ class IpLocation(CapBaseObject):
def __init__(self, ipaddr):
CapBaseObject.__init__(self, ipaddr)
self.ipaddr = ipaddr
class ICapGeolocIp(IBaseCap):