From 0ebd5b3d77782a7833265c9f1594280bf33401d3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 10 Oct 2015 02:56:38 +0000 Subject: Merge what's left of rpki.xml_utils into what's left of rpki.left_right and start pruning the result down to figure out how much really needs to be ported over to the new models. svn path=/branches/tk705/; revision=6108 --- rpki/publication_control.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'rpki/publication_control.py') diff --git a/rpki/publication_control.py b/rpki/publication_control.py index 06e7aa2d..b5e08f3e 100644 --- a/rpki/publication_control.py +++ b/rpki/publication_control.py @@ -26,15 +26,10 @@ protocol itself. import logging import collections -import rpki.resource_set + import rpki.x509 -import rpki.sql import rpki.exceptions -import rpki.http -import rpki.up_down import rpki.relaxng -import rpki.sundial -import rpki.log logger = logging.getLogger(__name__) -- cgit v1.2.3