[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container/tests -
test_contents.py:1.28
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Feb 13 22:27:43 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/browser/container/tests
In directory cvs.zope.org:/tmp/cvs-serv31706/src/zope/app/browser/container/tests
Modified Files:
test_contents.py
Log Message:
- Cleaned up some module doc strings.
- Put I18n content component interfaces together.
- Updated I18n Content Component implementation and tests.
=== Zope3/src/zope/app/browser/container/tests/test_contents.py 1.27 => 1.28 ===
--- Zope3/src/zope/app/browser/container/tests/test_contents.py:1.27 Thu Feb 5 17:52:17 2004
+++ Zope3/src/zope/app/browser/container/tests/test_contents.py Fri Feb 13 22:27:13 2004
@@ -11,12 +11,10 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-"""
+"""Test Container Contents
-Revision information:
$Id$
"""
-
from unittest import TestCase, TestSuite, main, makeSuite
from zope.app.tests import ztapi
from zope.app.services.tests.placefulsetup import PlacefulSetup
More information about the Zope3-Checkins
mailing list