[CalendarServer-changes] [12896] CalendarServer/trunk/calendarserver/tools/dashboard.py
source_changes at macosforge.org
source_changes at macosforge.org
Thu Mar 13 12:14:43 PDT 2014
Revision: 12896
http://trac.calendarserver.org//changeset/12896
Author: wsanchez at apple.com
Date: 2014-03-13 12:14:42 -0700 (Thu, 13 Mar 2014)
Log Message:
-----------
Don't raise classes
Modified Paths:
--------------
CalendarServer/trunk/calendarserver/tools/dashboard.py
Modified: CalendarServer/trunk/calendarserver/tools/dashboard.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/dashboard.py 2014-03-13 19:13:36 UTC (rev 12895)
+++ CalendarServer/trunk/calendarserver/tools/dashboard.py 2014-03-13 19:14:42 UTC (rev 12896)
@@ -199,7 +199,7 @@
def makeWindow(self, top=0, left=0):
- raise NotImplementedError
+ raise NotImplementedError()
def _createWindow(
@@ -242,7 +242,7 @@
"""
Periodic window update - redraw the window.
"""
- raise NotImplementedError
+ raise NotImplementedError()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140313/1f07ed0a/attachment.html>
More information about the calendarserver-changes
mailing list