summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-07-24 12:29:33 -0400
committerAdrian Likins <alikins@redhat.com>2008-07-24 12:29:33 -0400
commit4706b80a84f9e293349146058000595237babe62 (patch)
treee96468975994b446ffc38704c036768ce2a0b2c6 /func
parent3cd2818b0fb0a6f01432e8877df2258f4c123fe7 (diff)
downloadfunc-4706b80a84f9e293349146058000595237babe62.tar.gz
func-4706b80a84f9e293349146058000595237babe62.tar.xz
func-4706b80a84f9e293349146058000595237babe62.zip
use the config.py from certmaster, we dont need it here
Diffstat (limited to 'func')
-rw-r--r--func/commonconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/commonconfig.py b/func/commonconfig.py
index 0f5ea55..9eaaa88 100644
--- a/func/commonconfig.py
+++ b/func/commonconfig.py
@@ -14,7 +14,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
"""
-from config import BaseConfig, BoolOption, Option
+from certmaster.config import BaseConfig, BoolOption, Option
class FuncdConfig(BaseConfig):