[CalendarServer-changes] [11466] CalendarServer/branches/users/glyph/hang-fix/twext/web2/stream.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 5 17:42:51 PDT 2013


Revision: 11466
          http://trac.calendarserver.org//changeset/11466
Author:   glyph at apple.com
Date:     2013-07-05 17:42:51 -0700 (Fri, 05 Jul 2013)
Log Message:
-----------
Fix for warning.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/hang-fix/twext/web2/stream.py

Modified: CalendarServer/branches/users/glyph/hang-fix/twext/web2/stream.py
===================================================================
--- CalendarServer/branches/users/glyph/hang-fix/twext/web2/stream.py	2013-07-06 00:27:26 UTC (rev 11465)
+++ CalendarServer/branches/users/glyph/hang-fix/twext/web2/stream.py	2013-07-06 00:42:51 UTC (rev 11466)
@@ -61,7 +61,7 @@
 from twisted.internet import interfaces as ti_interfaces, defer, reactor, protocol, error as ti_error
 from twisted.python import components
 from twisted.python.failure import Failure
-from twisted.python.hashlib import md5
+from hashlib import md5
 
 from twext.python.log import Logger
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130705/c1ae5f8f/attachment.html>


More information about the calendarserver-changes mailing list