[CalendarServer-changes] [5973] CalDAVClientLibrary/trunk

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 4 07:18:01 PDT 2010


Revision: 5973
          http://trac.macosforge.org/projects/calendarserver/changeset/5973
Author:   cdaboo at apple.com
Date:     2010-08-04 07:18:00 -0700 (Wed, 04 Aug 2010)
Log Message:
-----------
Minor clean-up.

Modified Paths:
--------------
    CalDAVClientLibrary/trunk/.pydevproject
    CalDAVClientLibrary/trunk/src/protocol/http/authentication/gssapi.py

Modified: CalDAVClientLibrary/trunk/.pydevproject
===================================================================
--- CalDAVClientLibrary/trunk/.pydevproject	2010-08-04 02:40:50 UTC (rev 5972)
+++ CalDAVClientLibrary/trunk/.pydevproject	2010-08-04 14:18:00 UTC (rev 5973)
@@ -7,7 +7,6 @@
 </pydev_pathproperty>
 <pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
 <pydev_pathproperty name="org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH">
-<path>/Volumes/Data/Users/cyrusdaboo/Documents/Development/Apple/eclipse/PyCalendar/src</path>
 <path>/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC</path>
 <path>/Volumes/Data/Users/cyrusdaboo/Documents/Development/Apple/eclipse/PyKerberos/build/lib.macosx-10.6-universal-2.6</path>
 </pydev_pathproperty>

Modified: CalDAVClientLibrary/trunk/src/protocol/http/authentication/gssapi.py
===================================================================
--- CalDAVClientLibrary/trunk/src/protocol/http/authentication/gssapi.py	2010-08-04 02:40:50 UTC (rev 5972)
+++ CalDAVClientLibrary/trunk/src/protocol/http/authentication/gssapi.py	2010-08-04 14:18:00 UTC (rev 5973)
@@ -76,7 +76,7 @@
             if hdr[0] == "Host":
                 host = hdr[1]
 
-        tail, sep, head = host.rpartition(':')
+        tail, _ignore_sep, head = host.rpartition(':')
         domain = tail if tail else head
 
         # do GSS init
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100804/f8ac82f4/attachment.html>


More information about the calendarserver-changes mailing list