diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-10 02:56:38 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-10 02:56:38 +0000 |
commit | 0ebd5b3d77782a7833265c9f1594280bf33401d3 (patch) | |
tree | fe02e740eb7d45fc6660270ffbd9cc387ad06f16 /rpki/rootd.py | |
parent | a6998f3ad05e5dcc04dce0fe1c519ef5644fdf81 (diff) |
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
Diffstat (limited to 'rpki/rootd.py')
-rw-r--r-- | rpki/rootd.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |