diff options
| author | Adrian Likins <alikins@redhat.com> | 2007-09-27 17:45:21 -0400 |
|---|---|---|
| committer | Adrian Likins <alikins@redhat.com> | 2007-09-27 17:45:21 -0400 |
| commit | 0cb7282e3592051c5ca060a6f784f9aaae5c01b3 (patch) | |
| tree | a28a2a86f8714a076a702c72bced43028584ab39 /modules | |
| parent | e72215dd115786c348fee5b268989e9f5f96c840 (diff) | |
| parent | e8df89330659bf09d6ec10c73ca522881d047cdc (diff) | |
| download | third_party-func-0cb7282e3592051c5ca060a6f784f9aaae5c01b3.tar.gz third_party-func-0cb7282e3592051c5ca060a6f784f9aaae5c01b3.tar.xz third_party-func-0cb7282e3592051c5ca060a6f784f9aaae5c01b3.zip | |
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'modules')
| -rwxr-xr-x | modules/func_module.py | 2 |
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): |
