diff options
author | Rob Austein <sra@hactrn.net> | 2014-01-29 03:33:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-01-29 03:33:37 +0000 |
commit | 5a007a74529766b5b27f8e054d4fad79172d2d5c (patch) | |
tree | ebe14115f87901aa3e3097edb028366730df227a /rpkid/rpki/rootd.py | |
parent | f3ee7f51c0a091f244985ae7fd3d975a3259fee9 (diff) |
Clean up OID database. Would have done this years ago, had I
understood how the globals() function works.
svn path=/branches/tk671/; revision=5652
Diffstat (limited to 'rpkid/rpki/rootd.py')
-rw-r--r-- | rpkid/rpki/rootd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpkid/rpki/rootd.py b/rpkid/rpki/rootd.py index 6723813c..49488602 100644 --- a/rpkid/rpki/rootd.py +++ b/rpkid/rpki/rootd.py @@ -37,7 +37,6 @@ import rpki.exceptions import rpki.relaxng import rpki.sundial import rpki.log -import rpki.oids import rpki.daemonize rootd = None |