From 5b34b19acf2f8769a55713505420526ced57989f Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Sat, 24 Sep 2016 21:14:50 +0200 Subject: [PATCH] change to module path from local path --- ca_manager.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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