summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-25 16:21:39 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-25 16:21:39 -0400
commitef8aad0268ae9dc9efebd96714ca23e5a5369b49 (patch)
treefec90cb3e5ef14419f6eaed374d6192ea02fc783 /scripts
parent637c6db316c12384f89825e12bf47dda7609ebb9 (diff)
parent8a2e2059faecc3b4c4b11363d6fd620ec0535bed (diff)
downloadfunc-ef8aad0268ae9dc9efebd96714ca23e5a5369b49.tar.gz
func-ef8aad0268ae9dc9efebd96714ca23e5a5369b49.tar.xz
func-ef8aad0268ae9dc9efebd96714ca23e5a5369b49.zip
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/certmaster7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/certmaster b/scripts/certmaster
index 1be4c58..f4bcf53 100755
--- a/scripts/certmaster
+++ b/scripts/certmaster
@@ -1,11 +1,6 @@
#!/usr/bin/python
-import sys
-import distutils.sysconfig
-
-sys.path.append("%s/func" % distutils.sysconfig.get_python_lib())
-
-import certmaster
+from func import certmaster
defaults = { 'listen_addr': 'localhost',
'listen_port': '51235',