[Zope-Checkins] CVS: Zope/lib/python/Testing - __init__.py:1.9

Stefan H. Holek stefan at epy.co.at
Mon Mar 22 11:25:33 EST 2004


Update of /cvs-repository/Zope/lib/python/Testing
In directory cvs.zope.org:/tmp/cvs-serv16299/lib/python/Testing

Modified Files:
	__init__.py 
Log Message:
Collector #1260: Testing/__init__.py no longer changes the INSTANCE_HOME.


=== Zope/lib/python/Testing/__init__.py 1.8 => 1.9 ===
--- Zope/lib/python/Testing/__init__.py:1.8	Tue Feb 11 12:17:08 2003
+++ Zope/lib/python/Testing/__init__.py	Mon Mar 22 11:25:02 2004
@@ -21,8 +21,8 @@
 
 cfg = App.config.getConfiguration()
 
-# Set the INSTANCE_HOME to the Testing package directory
-cfg.instancehome = os.path.dirname(__file__)
+# Set testinghome to the Testing package directory
+cfg.testinghome = os.path.dirname(__file__)
 
 # Make sure this change is propogated to all the legacy locations for
 # this information.




More information about the Zope-Checkins mailing list