]> code.delx.au - pymsnt/commitdiff
* PyMSNt now supports Twisted 2.5
authorjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Mon, 29 Jan 2007 15:06:31 +0000 (15:06 +0000)
committerjamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>
Mon, 29 Jan 2007 15:06:31 +0000 (15:06 +0000)
git-svn-id: http://delx.cjb.net/svn/pymsnt/trunk@233 55fbd22a-6204-0410-b2f0-b6c764c7e90a

committer: jamesbunton <jamesbunton@55fbd22a-6204-0410-b2f0-b6c764c7e90a>

src/main.py

index e34f95a31c54b4b6ff0050dba35c8e03b3865eef..b31aa8e895e129f12c3ba2011e38eb3bed2f9a23 100644 (file)
@@ -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():