Relative imports
This commit is contained in:
@@ -4,7 +4,7 @@ import os
|
||||
import time
|
||||
import uuid
|
||||
from pecan import conf
|
||||
from ephemeral_ca import validators
|
||||
from . import validators
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from pecan import expose, request, response
|
||||
from ephemeral_ca import auth, certificate_ops, validators
|
||||
from .. import auth, certificate_ops, validators
|
||||
|
||||
|
||||
class RootController(object):
|
||||
|
||||
Reference in New Issue
Block a user