[CalendarServer-changes] [1290] CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/ twisted.python.procutils.patch

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 28 10:50:06 PST 2007


Revision: 1290
          http://trac.macosforge.org/projects/calendarserver/changeset/1290
Author:   dreid at apple.com
Date:     2007-02-28 10:50:06 -0800 (Wed, 28 Feb 2007)

Log Message:
-----------
Remove procutils patch (in twisted trunk)

Removed Paths:
-------------
    CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/twisted.python.procutils.patch

Deleted: CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/twisted.python.procutils.patch
===================================================================
--- CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/twisted.python.procutils.patch	2007-02-28 18:49:24 UTC (rev 1289)
+++ CalendarServer/branches/users/dreid/new-twisted/lib-patches/Twisted/twisted.python.procutils.patch	2007-02-28 18:50:06 UTC (rev 1290)
@@ -1,13 +0,0 @@
-Index: twisted/python/procutils.py
-===================================================================
---- twisted/python/procutils.py	(revision 18545)
-+++ twisted/python/procutils.py	(working copy)
-@@ -33,7 +33,7 @@
-     """
-     result = []
-     exts = filter(None, os.environ.get('PATHEXT', '').split(os.pathsep))
--    for p in os.environ['PATH'].split(os.pathsep):
-+    for p in os.environ.get('PATH', '').split(os.pathsep):
-         p = os.path.join(p, name)
-         if os.access(p, flags):
-             result.append(p)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20070228/3d13d24a/attachment.html


More information about the calendarserver-changes mailing list