[Zope3-checkins]
SVN: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/__init__.py
Add header.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Jul 27 10:33:02 EDT 2005
Log message for revision 37489:
Add header.
Changed:
U Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/__init__.py
-=-
Modified: Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/__init__.py
===================================================================
--- Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/__init__.py 2005-07-27 14:32:39 UTC (rev 37488)
+++ Zope3/branches/testbrowser-integration/src/zope/app/testing/testbrowser/__init__.py 2005-07-27 14:33:02 UTC (rev 37489)
@@ -1 +1,19 @@
+##############################################################################
+#
+# Copyright (c) 2005 Zope Corporation. All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Visible Source
+# License, Version 1.0 (ZVSL). A copy of the ZVSL 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
+#
+##############################################################################
+"""Browser Simulator for Functional DocTests
+
+$Id$
+"""
from testing import Browser
More information about the Zope3-Checkins
mailing list