SVN: zope.testing/branches/ctheune-cleanup/src/zope/testing/testrunner/__init__.py remove superfluous comment about zope.testing referencing itself ...
Christian Theune <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20080503141727.515C93998B__28.6445291296289$1209824309$gmane$org@mail.zope.org> |
Log message for revision 86218: remove superfluous comment about zope.testing referencing itself ... Changed: U zope.testing/branches/ctheune-cleanup/src/zope/testing/testrunner/__init__.py -=- Modified: zope.testing/branches/ctheune-cleanup/src/zope/testing/testrunner/__init__.py =================================================================== --- zope.testing/branches/ctheune-cleanup/src/zope/testing/testrunner/__init__.py 2008-05-03 14:16:48 UTC (rev 86217) +++ zope.testing/branches/ctheune-cleanup/src/zope/testing/testrunner/__init__.py 2008-05-03 14:17:26 UTC (rev 86218) @@ -16,10 +16,6 @@ $Id$ """ -# Too bad: For now, we depend on zope.testing. This is because -# we want to use the latest, greatest doctest, which zope.testing -# provides. Then again, zope.testing is generally useful. - import gc import glob import logging