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

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


Log message for revision 40258:
  Updated examples path.
  

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

-=-
Modified: Zope/branches/2.9/lib/python/Testing/ZopeTestCase/testShoppingCart.py
===================================================================
--- Zope/branches/2.9/lib/python/Testing/ZopeTestCase/testShoppingCart.py	2005-11-19 20:14:12 UTC (rev 40257)
+++ Zope/branches/2.9/lib/python/Testing/ZopeTestCase/testShoppingCart.py	2005-11-19 20:37:06 UTC (rev 40258)
@@ -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