summaryrefslogtreecommitdiffstats
path: root/func/overlord/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/overlord/command.py')
-rw-r--r--func/overlord/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/command.py b/func/overlord/command.py
index 6e8e137..c17f060 100644
--- a/func/overlord/command.py
+++ b/func/overlord/command.py
@@ -14,7 +14,7 @@ Command class.
import optparse
import sys
-from func.config import read_config, CONFIG_FILE
+from certmaster.config import read_config, CONFIG_FILE
from certmaster.commonconfig import CMConfig