summaryrefslogtreecommitdiffstats
path: root/func/overlord/command.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 17:29:29 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-25 17:29:29 -0500
commit6f95e9f2fe5ea8494d0999227926ce2bd7655c24 (patch)
tree77cf2907ec5504629f7c553fea42ccaac6194500 /func/overlord/command.py
parentc6badc5c42b27c8e7042bb099049493a10c8f012 (diff)
downloadthird_party-func-6f95e9f2fe5ea8494d0999227926ce2bd7655c24.tar.gz
third_party-func-6f95e9f2fe5ea8494d0999227926ce2bd7655c24.tar.xz
third_party-func-6f95e9f2fe5ea8494d0999227926ce2bd7655c24.zip
use certmaster.commonconfig.CMConfig here instead of the one that used to be in func
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 7fb7de4..7cf3623 100644
--- a/func/overlord/command.py
+++ b/func/overlord/command.py
@@ -15,7 +15,7 @@ import optparse
import sys
from func.config import read_config, CONFIG_FILE
-from func.commonconfig import CMConfig
+from certmaster.commonconfig import CMConfig
class CommandHelpFormatter(optparse.IndentedHelpFormatter):
"""