X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=python-rwhoisd.git;a=blobdiff_plain;f=rwhoisd%2FCidr.py;h=88d46d3692ffa33d477b50634716b5bdd65d1832;hp=30eee8846113d994b16e750641ec7f6abc442cb7;hb=HEAD;hpb=b082b3d278a0d2d29a9f5548c9151355bf803fa0 diff --git a/rwhoisd/Cidr.py b/rwhoisd/Cidr.py index 30eee88..88d46d3 100644 --- a/rwhoisd/Cidr.py +++ b/rwhoisd/Cidr.py @@ -18,6 +18,7 @@ # USA import socket, types, copy, bisect, struct +import v6addr def new(address, netlen = -1): """Construct either a CidrV4 or CidrV6 object.""" @@ -39,8 +40,6 @@ def new(address, netlen = -1): class Cidr: """A class representing a generic CIDRized network value.""" - - def _initialize(self, address, netlen): """This a common constructor that is used by the subclasses."""