[Checkins] SVN: transaction/branches/sphinx/ Module header.

Tres Seaver cvs-admin at zope.org
Mon Dec 17 20:28:50 UTC 2012


Log message for revision 128698:
  Module header.

Changed:
  _U  transaction/branches/sphinx/
  U   transaction/branches/sphinx/transaction/tests/test_attempt.py

-=-
Modified: transaction/branches/sphinx/transaction/tests/test_attempt.py
===================================================================
--- transaction/branches/sphinx/transaction/tests/test_attempt.py	2012-12-17 20:28:49 UTC (rev 128697)
+++ transaction/branches/sphinx/transaction/tests/test_attempt.py	2012-12-17 20:28:50 UTC (rev 128698)
@@ -1,6 +1,21 @@
+##############################################################################
+#
+# Copyright (c) 2012 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE
+#
+##############################################################################
 import unittest
 
+
 class TestAttempt(unittest.TestCase):
+
     def _makeOne(self, manager):
         from transaction._manager import Attempt
         return Attempt(manager)



More information about the checkins mailing list