[Zope-Checkins] CVS: Zope/lib/python/Products/TemporaryFolder/tests - __init__.py:1.2

Fred L. Drake, Jr. fred@zope.com
Thu, 30 Jan 2003 12:45:25 -0500


Update of /cvs-repository/Zope/lib/python/Products/TemporaryFolder/tests
In directory cvs.zope.org:/tmp/cvs-serv2021/Products/TemporaryFolder/tests

Added Files:
	__init__.py 
Log Message:
Test directories need to have __init__.py files to make them packages.

=== Zope/lib/python/Products/TemporaryFolder/tests/__init__.py 1.1 => 1.2 ===
--- /dev/null	Thu Jan 30 12:45:25 2003
+++ Zope/lib/python/Products/TemporaryFolder/tests/__init__.py	Thu Jan 30 12:44:53 2003
@@ -0,0 +1,15 @@
+##############################################################################
+#
+# Copyright (c) 2003 Zope Corporation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.0 (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.
+#
+##############################################################################
+
+# This file is needed to make this a package.