[Checkins] SVN: grok/branches/gotcha-configuration-actions/src/grok/tests/__init__.py File header and whitespace cleanup

Philipp von Weitershausen philikon at philikon.de
Wed Oct 10 04:54:49 EDT 2007


Log message for revision 80776:
  File header and whitespace cleanup
  

Changed:
  U   grok/branches/gotcha-configuration-actions/src/grok/tests/__init__.py

-=-
Modified: grok/branches/gotcha-configuration-actions/src/grok/tests/__init__.py
===================================================================
--- grok/branches/gotcha-configuration-actions/src/grok/tests/__init__.py	2007-10-10 08:52:28 UTC (rev 80775)
+++ grok/branches/gotcha-configuration-actions/src/grok/tests/__init__.py	2007-10-10 08:54:49 UTC (rev 80776)
@@ -1,11 +1,23 @@
-# this is a package
-
+##############################################################################
+#
+# Copyright (c) 2007 Zope Corporation 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.
+#
+##############################################################################
+"""Grok test fixtures
+"""
 from zope.configuration.config import ConfigurationMachine
-
 import grok as grokpkg
 
 def grok(module_name):
     config = ConfigurationMachine()
     grokpkg.grok(module_name, config=config)
     config.execute_actions()
-    
+



More information about the Checkins mailing list