[Checkins] SVN: zope.security/trunk/ Normalize testcase module-scope imports: test_configure.

Tres Seaver cvs-admin at zope.org
Fri Dec 21 01:58:23 UTC 2012


Log message for revision 128819:
  Normalize testcase module-scope imports:  test_configure.

Changed:
  _U  zope.security/trunk/
  U   zope.security/trunk/src/zope/security/tests/test_configure.py

-=-
Modified: zope.security/trunk/src/zope/security/tests/test_configure.py
===================================================================
--- zope.security/trunk/src/zope/security/tests/test_configure.py	2012-12-21 01:58:21 UTC (rev 128818)
+++ zope.security/trunk/src/zope/security/tests/test_configure.py	2012-12-21 01:58:22 UTC (rev 128819)
@@ -1,4 +1,16 @@
-import doctest
+##############################################################################
+#
+# Copyright (c) 2010 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
 
 
@@ -10,6 +22,7 @@
     except ImportError:
         pass
     else:
+        import doctest
         from zope.component.testing import setUp, tearDown
         suite.addTest(doctest.DocFileSuite('configure.txt',
                       setUp=setUp, tearDown=tearDown))



More information about the checkins mailing list