
tseaver at palladion
Mar 13, 2006, 4:52 PM
Post #1 of 1
(1684 views)
Permalink
|
|
SVN: zope.tales/trunk/test.py Fix copy error.
|
|
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$', ] _______________________________________________ Zope-CVS maillist - Zope-CVS[at]zope.org http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS
|