summaryrefslogtreecommitdiffstats
path: root/func/overlord/command.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-29 14:27:07 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-29 14:27:07 -0500
commit0161fd41bb61a9b8d54f7eec3be4941eeb31e563 (patch)
treef93472194ec0a8e58777b7ee4db8d8dd6639e77a /func/overlord/command.py
parentf2e2df8491b9e9d71ed88855e2b043f76d22e119 (diff)
parentbdc3f700d2ddee513173cd3ae6a82de11011bf84 (diff)
Merge commit 'origin/devel'
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):
"""