summaryrefslogtreecommitdiffstats
path: root/func/utils.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2007-10-08 15:44:30 -0400
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2007-10-08 15:44:30 -0400
commit4bc503c96cb1d6ac98a9b3aa288102fd539a046b (patch)
tree528a2c05686802be5dc8c69bfe634f7d9c3d60e4 /func/utils.py
parent070d1700b915729421595b83993abc31005355c1 (diff)
downloadthird_party-func-4bc503c96cb1d6ac98a9b3aa288102fd539a046b.tar.gz
third_party-func-4bc503c96cb1d6ac98a9b3aa288102fd539a046b.tar.xz
third_party-func-4bc503c96cb1d6ac98a9b3aa288102fd539a046b.zip
er, merge?
wtf, I already committed and pushed these changes
Diffstat (limited to 'func/utils.py')
-rwxr-xr-xfunc/utils.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/func/utils.py b/func/utils.py
index 8d9d383..de08ba9 100755
--- a/func/utils.py
+++ b/func/utils.py
@@ -17,6 +17,8 @@ import string
import sys
import traceback
+
+
# this is kind of handy, so keep it around for now
# but we really need to fix out server side logging and error
# reporting so we don't need it
@@ -45,3 +47,5 @@ def daemonize(pidfile=None):
if pidfile is not None:
open(pidfile, "w").write(str(pid))
sys.exit(0)
+
+