From eb3f03eced3340ed40fb155cf2d0c83a08ba07bf Mon Sep 17 00:00:00 2001 From: jamesbunton Date: Mon, 29 Jan 2007 15:06:31 +0000 Subject: [PATCH] * PyMSNt now supports Twisted 2.5 git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@233 55fbd22a-6204-0410-b2f0-b6c764c7e90a committer: jamesbunton --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index e34f95a..b31aa8e 100644 --- a/src/main.py +++ b/src/main.py @@ -390,7 +390,7 @@ if os.name == "posix": # Set SIGHUP to reload the config file & close & open debug file signal.signal(signal.SIGHUP, SIGHUPstuff) # Load some scripts for PID and daemonising - from twisted.scripts import twistd + from twisted.scripts import _twistd_unix as twistd def main(): -- 2.39.2