[CalendarServer-changes] [14237] CalendarServer/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 18 17:52:00 PST 2014


Revision: 14237
          http://trac.calendarserver.org//changeset/14237
Author:   wsanchez at apple.com
Date:     2014-12-18 17:52:00 -0800 (Thu, 18 Dec 2014)
Log Message:
-----------
More letters.

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

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2014-12-18 03:52:56 UTC (rev 14236)
+++ CalendarServer/trunk/setup.py	2014-12-19 01:52:00 UTC (rev 14237)
@@ -215,9 +215,9 @@
     ("calendarserver.tools.calverify", "main"),
 }
 
-for n, (m, f) in script_entry_points.iteritems():
+for name, (module, function) in script_entry_points.iteritems():
     entry_points["console_scripts"].append(
-        "calendarserver_{} = {}:{}".format(n, m, f)
+        "calendarserver_{} = {}:{}".format(name, module, function)
     )
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141218/2edde342/attachment.html>


More information about the calendarserver-changes mailing list