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/rootd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpki/rootd.py') diff --git a/rpki/rootd.py b/rpki/rootd.py index 32b6038b..5a84b5df 100644 --- a/rpki/rootd.py +++ b/rpki/rootd.py @@ -28,11 +28,10 @@ import logging import httplib import argparse import urlparse + import rpki.resource_set import rpki.up_down -import rpki.left_right import rpki.x509 -import rpki.http import rpki.http_simple import rpki.config import rpki.exceptions @@ -40,6 +39,7 @@ import rpki.relaxng import rpki.sundial import rpki.log import rpki.daemonize +import rpki.publication from lxml.etree import Element, SubElement -- cgit v1.2.3