summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-27 17:45:33 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-27 17:45:33 -0400
commit49649c3171b331b70e498fd9721eca485294a725 (patch)
treeaf98d25c2021de549338aab953db1e08d1e77f6d /modules
parent05f84c547f8eadb46f70abc9f612a21225ed5994 (diff)
downloadthird_party-func-49649c3171b331b70e498fd9721eca485294a725.tar.gz
third_party-func-49649c3171b331b70e498fd9721eca485294a725.tar.xz
third_party-func-49649c3171b331b70e498fd9721eca485294a725.zip
config crap in one file so we don't have recursive/impossible imports, I hope
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/func_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/func_module.py b/modules/func_module.py
index 2f56ca0..d97377b 100755
--- a/modules/func_module.py
+++ b/modules/func_module.py
@@ -16,7 +16,7 @@
from func import config
from func import logger
from func.config import read_config
-from func.server import FuncdConfig
+from func.commonconfig import FuncdConfig
class FuncModule(object):