[Zope-Checkins] SVN: Zope/trunk/lib/python/Testing/ZopeTestCase/testShoppingCart.py Updated examples path.

Stefan H. Holek stefan at epy.co.at
Sat Nov 19 15:37:56 EST 2005


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)
 
 



More information about the Zope-Checkins mailing list