diff options
author | Rob Austein <sra@hactrn.net> | 2009-05-19 23:06:02 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-05-19 23:06:02 +0000 |
commit | d0c51c600ccea8db0c34275ac313c8e89912e643 (patch) | |
tree | dac8e15f872705d00aef3e8a26605ad4a3f717c6 /rpkid/testbed.py | |
parent | 028f796add089ff6013253c4e22a330e8ee4a477 (diff) |
Lint
svn path=/rpkid/rpki/https.py; revision=2441
Diffstat (limited to 'rpkid/testbed.py')
-rw-r--r-- | rpkid/testbed.py | 1 |
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: |