[CalendarServer-changes] [9171] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 23 15:41:06 PDT 2012


Revision: 9171
          http://trac.macosforge.org/projects/calendarserver/changeset/9171
Author:   glyph at apple.com
Date:     2012-04-23 15:41:06 -0700 (Mon, 23 Apr 2012)
Log Message:
-----------
Add docstrings and copyright notices to __init__.py's, they shouldn't be empty.

Modified Paths:
--------------
    CalendarServer/trunk/twext/backport/__init__.py
    CalendarServer/trunk/twext/backport/internet/__init__.py

Property Changed:
----------------
    CalendarServer/trunk/

Modified: CalendarServer/trunk/twext/backport/__init__.py
===================================================================
--- CalendarServer/trunk/twext/backport/__init__.py	2012-04-23 22:02:55 UTC (rev 9170)
+++ CalendarServer/trunk/twext/backport/__init__.py	2012-04-23 22:41:06 UTC (rev 9171)
@@ -0,0 +1,21 @@
+##
+# Copyright (c) 2012 Apple Inc. All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+##
+
+"""
+Backports of portions of Twisted.
+
+(Specifically, those required for IPv6 client support).
+"""

Modified: CalendarServer/trunk/twext/backport/internet/__init__.py
===================================================================
--- CalendarServer/trunk/twext/backport/internet/__init__.py	2012-04-23 22:02:55 UTC (rev 9170)
+++ CalendarServer/trunk/twext/backport/internet/__init__.py	2012-04-23 22:41:06 UTC (rev 9171)
@@ -0,0 +1,21 @@
+##
+# Copyright (c) 2012 Apple Inc. All rights reserved.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+##
+
+"""
+Backports of portions of L{twisted.internet}.
+
+(Specifically, those required for IPv6 client support).
+"""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120423/23b8f702/attachment.html>


More information about the calendarserver-changes mailing list