diff options
author | Rob Austein <sra@hactrn.net> | 2009-04-29 00:03:51 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-04-29 00:03:51 +0000 |
commit | 7476eb0d57f54eea047c2b9526e88753527bd0fa (patch) | |
tree | 79b6dc685d6a915f73d13f9f89f7dd022fae73a8 /rpkid/testbed.py | |
parent | 08725383287522b6635ba0dc980bdc142f5e0882 (diff) |
First pass with pylint
svn path=/rpkid/Makefile; revision=2371
Diffstat (limited to 'rpkid/testbed.py')
-rw-r--r-- | rpkid/testbed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/testbed.py b/rpkid/testbed.py index 816e09ba..6df60086 100644 --- a/rpkid/testbed.py +++ b/rpkid/testbed.py @@ -48,7 +48,7 @@ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. """ -import os, yaml, MySQLdb, subprocess, signal, time, re, getopt, sys, lxml, traceback +import os, yaml, MySQLdb, subprocess, signal, time, getopt, sys import rpki.resource_set, rpki.sundial, rpki.x509, rpki.https import rpki.log, rpki.left_right, rpki.config, rpki.publication, rpki.async |