[CalendarServer-changes] [12412] twext/trunk/twext/python/filepath.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:22:18 PDT 2014


Revision: 12412
          http://trac.calendarserver.org//changeset/12412
Author:   wsanchez at apple.com
Date:     2014-01-20 15:57:13 -0800 (Mon, 20 Jan 2014)
Log Message:
-----------
absolute_import

Modified Paths:
--------------
    twext/trunk/twext/python/filepath.py

Modified: twext/trunk/twext/python/filepath.py
===================================================================
--- twext/trunk/twext/python/filepath.py	2014-01-20 23:53:18 UTC (rev 12411)
+++ twext/trunk/twext/python/filepath.py	2014-01-20 23:57:13 UTC (rev 12412)
@@ -15,6 +15,8 @@
 # limitations under the License.
 ##
 
+from __future__ import absolute_import
+
 """
 Extend L{twisted.python.filepath} to provide performance enhancements for
 calendar server.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/c263f267/attachment.html>


More information about the calendarserver-changes mailing list