From: jamesbunton Date: Mon, 29 Jan 2007 15:06:31 +0000 (+0000) Subject: * PyMSNt now supports Twisted 2.5 X-Git-Url: https://code.delx.au/pymsnt/commitdiff_plain/eb3f03eced3340ed40fb155cf2d0c83a08ba07bf?hp=a6ae4690a96b9e5cbced7616da83f3eee2c13235 * PyMSNt now supports Twisted 2.5 git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@233 55fbd22a-6204-0410-b2f0-b6c764c7e90a committer: jamesbunton --- 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():