[CalendarServer-changes] [15427] PyKerberos/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 7 12:34:23 PST 2016


Revision: 15427
          http://trac.calendarserver.org//changeset/15427
Author:   wsanchez at apple.com
Date:     2016-01-07 12:34:23 -0800 (Thu, 07 Jan 2016)
Log Message:
-----------
file -> open

Modified Paths:
--------------
    PyKerberos/trunk/setup.py

Modified: PyKerberos/trunk/setup.py
===================================================================
--- PyKerberos/trunk/setup.py	2016-01-07 18:53:06 UTC (rev 15426)
+++ PyKerberos/trunk/setup.py	2016-01-07 20:34:23 UTC (rev 15427)
@@ -33,7 +33,7 @@
 
 description = "Kerberos high-level interface"
 
-long_description = file(joinpath(dirname(__file__), "README.rst")).read()
+long_description = open(joinpath(dirname(__file__), "README.rst")).read()
 
 url = "http://www.calendarserver.org/"
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20160107/db261d3f/attachment.html>


More information about the calendarserver-changes mailing list