From 4412e92e6d8d2a8314bd82ef0f212e01b6183fb8 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 25 Sep 2007 18:27:02 -0400 Subject: move code.py and utils.py to func/ update scripts/funcd and func/certmaster to use them --- scripts/funcd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/funcd b/scripts/funcd index 2301acf..3d807bd 100755 --- a/scripts/funcd +++ b/scripts/funcd @@ -4,9 +4,7 @@ import sys import distutils.sysconfig -sys.path.append("%s/func" % distutils.sysconfig.get_python_lib()) - -from minion import server +from func.minion import server if __name__ == "__main__": server.main(sys.argv) -- cgit