[Zope-CVS] SVN: zope.tales/trunk/test.py Fix copy error.

Tres Seaver tseaver at palladion.com
Mon Mar 13 19:52:30 EST 2006


Log message for revision 66005:
  Fix copy error.

Changed:
  U   zope.tales/trunk/test.py

-=-
Modified: zope.tales/trunk/test.py
===================================================================
--- zope.tales/trunk/test.py	2006-03-14 00:34:14 UTC (rev 66004)
+++ zope.tales/trunk/test.py	2006-03-14 00:52:29 UTC (rev 66005)
@@ -28,7 +28,7 @@
 
 defaults = [
     '--path', src,
-    '--package', 'zope.deprecation',
+    '--package', 'zope.tales',
     '--tests-pattern', '^tests$',
     ]
 



More information about the Zope-CVS mailing list