diff --git a/ca_manager.py b/ca_manager.py index c1cf18e..b7fd43d 100755 --- a/ca_manager.py +++ b/ca_manager.py @@ -10,9 +10,8 @@ import shutil import sqlite3 import tempfile -from certificate_requests import * -#from paths import * -from local import * +from paths import * +from lookup import CALookup, RequestLookup __doc__= """ Define classes to interact with certificate requests and Certification Authority