aboutsummaryrefslogtreecommitdiff
path: root/rpkid/testbed.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-05-19 23:06:02 +0000
committerRob Austein <sra@hactrn.net>2009-05-19 23:06:02 +0000
commitd0c51c600ccea8db0c34275ac313c8e89912e643 (patch)
treedac8e15f872705d00aef3e8a26605ad4a3f717c6 /rpkid/testbed.py
parent028f796add089ff6013253c4e22a330e8ee4a477 (diff)
Lint
svn path=/rpkid/rpki/https.py; revision=2441
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: