[Zope3-checkins] SVN: Zope3/trunk/src/zope/tal/tests/run.py Allow Id expansion.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jul 13 12:55:23 EDT 2004


Log message for revision 26471:
  Allow Id expansion.
  


Changed:
  U   Zope3/trunk/src/zope/tal/tests/run.py


-=-
Modified: Zope3/trunk/src/zope/tal/tests/run.py
===================================================================
--- Zope3/trunk/src/zope/tal/tests/run.py	2004-07-13 16:53:32 UTC (rev 26470)
+++ Zope3/trunk/src/zope/tal/tests/run.py	2004-07-13 16:55:23 UTC (rev 26471)
@@ -12,8 +12,10 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
-"""Run all tests."""
+"""Run all tests.
 
+$Id: $
+"""
 import sys
 import unittest
 



More information about the Zope3-Checkins mailing list