aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/roa.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-01-04 05:12:16 +0000
committerRob Austein <sra@hactrn.net>2011-01-04 05:12:16 +0000
commit7cd69b778aa70f8f3a81cc1b26c629d9e7758168 (patch)
treef8d3d9fd38a51404de167becb44f5652165ae139 /rpkid/rpki/roa.py
parent62019d15a0a95a6ae87929cbb4e6e2c03a4d37dd (diff)
POW => rpki.POW
svn path=/pow/POW-0.7/lib/pkix.py; revision=3598
Diffstat (limited to 'rpkid/rpki/roa.py')
-rw-r--r--rpkid/rpki/roa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/roa.py b/rpkid/rpki/roa.py
index 9f7c1849..51b141e1 100644
--- a/rpkid/rpki/roa.py
+++ b/rpkid/rpki/roa.py
@@ -42,7 +42,7 @@ draft-ietf-sidr-roa-format-03 2.1.3.2 specifies:
IPAddress ::= BIT STRING
"""
-from POW._der import *
+from rpki.POW._der import *
class ROAIPAddress(Sequence):
def __init__(self, optional=0, default=''):