Browse Source

change to module path from local path

less_magic_more_descriptors
Edoardo Putti 8 years ago
parent
commit
5b34b19acf
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      ca_manager.py

+ 2
- 3
ca_manager.py View File

@ -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


Loading…
Cancel
Save