summaryrefslogtreecommitdiffstats
path: root/func/logger.py
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 /func/logger.py
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 'func/logger.py')
-rwxr-xr-xfunc/logger.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/func/logger.py b/func/logger.py
index 0da291c..681576e 100755
--- a/func/logger.py
+++ b/func/logger.py
@@ -17,8 +17,7 @@
import logging
from func.config import read_config
-
-from server import FuncdConfig
+from func.commonconfig import FuncdConfig
# from the comments in http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531