diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-06 00:19:18 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-06 00:19:18 +0000 |
commit | 7a1323fafdd9067a61146c103d5e040eea61b867 (patch) | |
tree | 63b67edd53298d81e65aa90e2128c25bb9532076 | |
parent | 3ce032bf92f786212bd3582be24dc0e9644071e9 (diff) |
Cleanup getting this old development branch running again with Django
1.6...which is old, and needs to be upgraded (current is 1.9 or
thereabouts), but that particular yak can wait its turn for a shave.
svn path=/branches/tk705/; revision=6092
-rw-r--r-- | rpki/pubd.py | 1 | ||||
-rw-r--r-- | rpki/publication.py | 1 | ||||
-rw-r--r-- | rpki/up_down.py | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/rpki/pubd.py b/rpki/pubd.py index 3bb139cb..9de2fd46 100644 --- a/rpki/pubd.py +++ b/rpki/pubd.py @@ -145,6 +145,7 @@ class main(object): type = "reply", version = rpki.publication_control.version) try: + q_pdu = None with transaction.atomic(using = "pubdb"): for q_pdu in q_msg: diff --git a/rpki/publication.py b/rpki/publication.py index be12ce8a..53b1e890 100644 --- a/rpki/publication.py +++ b/rpki/publication.py @@ -28,7 +28,6 @@ import rpki.resource_set import rpki.x509 import rpki.sql import rpki.exceptions -import rpki.xml_utils import rpki.http import rpki.up_down import rpki.relaxng diff --git a/rpki/up_down.py b/rpki/up_down.py index 839c60f6..21048116 100644 --- a/rpki/up_down.py +++ b/rpki/up_down.py @@ -28,7 +28,6 @@ import rpki.resource_set import rpki.x509 import rpki.exceptions import rpki.log -import rpki.xml_utils import rpki.relaxng from lxml.etree import Element, SubElement, tostring as ElementToString |