diff options
author | Rob Austein <sra@hactrn.net> | 2009-04-29 00:03:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-04-29 00:03:51 +0000 |
commit | 7476eb0d57f54eea047c2b9526e88753527bd0fa (patch) | |
tree | 79b6dc685d6a915f73d13f9f89f7dd022fae73a8 /rpkid/resource-cert-samples.py | |
parent | 08725383287522b6635ba0dc980bdc142f5e0882 (diff) |
First pass with pylint
svn path=/rpkid/Makefile; revision=2371
Diffstat (limited to 'rpkid/resource-cert-samples.py')
-rw-r--r-- | rpkid/resource-cert-samples.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/resource-cert-samples.py b/rpkid/resource-cert-samples.py index 212d7ff5..fd940194 100644 --- a/rpkid/resource-cert-samples.py +++ b/rpkid/resource-cert-samples.py @@ -95,7 +95,7 @@ class allocation(object): parent = None - def __init__(self, name, asn = None, ipv4 = None, ipv6 = None, children = [], allocation_map = None): + def __init__(self, name, asn = None, ipv4 = None, ipv6 = None, children = (), allocation_map = None): """Create a new allocation entry. This binds the parent attributes of any children, and computes the |