
tseaver at palladion
Mar 13, 2006, 2:48 PM
Post #1 of 1
(939 views)
Permalink
|
|
SVN: zope.exceptions/trunk/test.py Fix copy-paste.
|
|
Log message for revision 65980: Fix copy-paste. Changed: U zope.exceptions/trunk/test.py -=- Modified: zope.exceptions/trunk/test.py =================================================================== --- zope.exceptions/trunk/test.py 2006-03-13 22:30:36 UTC (rev 65979) +++ zope.exceptions/trunk/test.py 2006-03-13 22:48:16 UTC (rev 65980) @@ -28,7 +28,7 @@ defaults = [. '--path', src, - '--package', 'zope.i18nmessageid', + '--package', 'zope.exceptions', '--tests-pattern', '^tests$', ] _______________________________________________ Zope-CVS maillist - Zope-CVS [at] zope http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS
|