[zpkg] SVN: zpkgtools/trunk/test.py zope.app.tests -->
zope.app.testing
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Sep 7 23:23:38 EDT 2005
Log message for revision 38382:
zope.app.tests --> zope.app.testing
Changed:
U zpkgtools/trunk/test.py
-=-
Modified: zpkgtools/trunk/test.py
===================================================================
--- zpkgtools/trunk/test.py 2005-09-08 03:20:37 UTC (rev 38381)
+++ zpkgtools/trunk/test.py 2005-09-08 03:23:37 UTC (rev 38382)
@@ -20,7 +20,7 @@
import sys
try:
- from zope.app.tests.test import process_args
+ from zope.app.testing.test import process_args
except ImportError:
if sys.argv[1:]:
# We got args, but we're not about to support them here.
More information about the zpkg
mailing list