summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJames Bowes <jbowes@redhat.com>2007-09-26 18:09:16 -0400
committerJames Bowes <jbowes@redhat.com>2007-09-26 18:09:16 -0400
commit83be92523d3ac5f96dd7f06244ba6a1cda2f1b40 (patch)
tree7f8ed772c33bde090f5cd055dfb5ff9253d42818 /modules
parent7bc62f66a940275f3ba83f0fca5ea2cd3f4354c7 (diff)
downloadthird_party-func-83be92523d3ac5f96dd7f06244ba6a1cda2f1b40.tar.gz
third_party-func-83be92523d3ac5f96dd7f06244ba6a1cda2f1b40.tar.xz
third_party-func-83be92523d3ac5f96dd7f06244ba6a1cda2f1b40.zip
Import from minion, not server
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/func_module.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/func_module.py b/modules/func_module.py
index a3a8550..392b3bd 100755
--- a/modules/func_module.py
+++ b/modules/func_module.py
@@ -13,8 +13,8 @@
##
-from server import config_data
-from server import logger
+from minion import config_data
+from minion import logger
class FuncModule(object):