Log message for revision 40259:
  Updated examples path.
  

Changed:
  U   Zope/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py

-=-
Modified: Zope/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py
===================================================================
--- Zope/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py      
2005-11-19 20:37:06 UTC (rev 40258)
+++ Zope/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py      
2005-11-19 20:37:56 UTC (rev 40259)
@@ -31,7 +31,7 @@
 from Testing import ZopeTestCase
 
 from Globals import SOFTWARE_HOME
-examples_path = os.path.join(SOFTWARE_HOME, '..', '..', 'import', 
'Examples.zexp')
+examples_path = os.path.join(SOFTWARE_HOME, '..', '..', 'skel', 'import', 
'Examples.zexp')
 examples_path = os.path.abspath(examples_path)
 
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to