blob: 3dc40a7287fee824c6f48dc89dd6129a48bf4bae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./lib/carbon/util.py.orig 2013-12-22 16:45:46.061449090 +0000
+++ ./lib/carbon/util.py 2013-12-22 16:46:00.326083639 +0000
@@ -18,7 +18,7 @@
from time import sleep, time
from twisted.python.util import initgroups
from twisted.scripts.twistd import runApp
-from twisted.scripts._twistd_unix import daemonize
+from django.utils import daemonize
daemonize = daemonize # Backwards compatibility
|