diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-04 05:12:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-04 05:12:16 +0000 |
commit | 7cd69b778aa70f8f3a81cc1b26c629d9e7758168 (patch) | |
tree | f8d3d9fd38a51404de167becb44f5652165ae139 /rpkid/rpki/http.py | |
parent | 62019d15a0a95a6ae87929cbb4e6e2c03a4d37dd (diff) |
POW => rpki.POW
svn path=/pow/POW-0.7/lib/pkix.py; revision=3598
Diffstat (limited to 'rpkid/rpki/http.py')
-rw-r--r-- | rpkid/rpki/http.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/rpki/http.py b/rpkid/rpki/http.py index 0ebf5224..ca64bc53 100644 --- a/rpkid/rpki/http.py +++ b/rpkid/rpki/http.py @@ -34,7 +34,7 @@ PERFORMANCE OF THIS SOFTWARE. import time, socket, asyncore, asynchat, urlparse, sys, random import rpki.async, rpki.sundial, rpki.x509, rpki.exceptions, rpki.log -import POW +import rpki.POW ## @var rpki_content_type # HTTP content type used for all RPKI messages. |