diff options
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 |