[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZMI/tests - testProvideClass.py:1.1.2.5

Jim Fulton jim@zope.com
Tue, 26 Mar 2002 19:47:15 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/tests
In directory cvs.zope.org:/tmp/cvs-serv28160/lib/python/Zope/App/ZMI/tests

Modified Files:
      Tag: Zope-3x-branch
	testProvideClass.py 
Log Message:
Merged in changes from contextual-directives branch.

Now, a leading dot in a dotted name implies the package the include
file was included from. It still defaults to ZopeProducts if a file 
was not included via a package.

A few of the config files have been convered to use the
shorthand. The rest still can be converted.

I also checked this against Step 6 in the tutorial, which I will check
in in a moment.


=== Zope3/lib/python/Zope/App/ZMI/tests/testProvideClass.py 1.1.2.4 => 1.1.2.5 ===
 import unittest, sys, Interface
 from Zope.Testing.CleanUp import CleanUp # Base class w registry cleanup
-
+import Zope.Configuration.name
 
 class MyAddableObject:
     pass