aboutsummaryrefslogtreecommitdiff
path: root/rpkid/testbed.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/testbed.py')
-rw-r--r--rpkid/testbed.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpkid/testbed.py b/rpkid/testbed.py
index 187c68c6..87f68f77 100644
--- a/rpkid/testbed.py
+++ b/rpkid/testbed.py
@@ -382,6 +382,7 @@ class allocation_db(list):
Initialize database from the (first) YAML document.
"""
+ list.__init__(self)
self.root = allocation(yaml, self)
assert self.root.is_root()
if self.root.crl_interval is None: