[Zope-Checkins] CVS: Zope3/lib/python/Zope/Configuration/tests - Directives.py:1.3

R. David Murray bitz@bitdance.com
Sun, 1 Sep 2002 14:30:00 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/Configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv12519/lib/python/Zope/Configuration/tests

Modified Files:
	Directives.py 
Log Message:
Refactor ConfigurationDirectiveInterfaces to conform to style guide
recomendation of one file per Interface definition.


=== Zope3/lib/python/Zope/Configuration/tests/Directives.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/Configuration/tests/Directives.py:1.2	Mon Jun 10 19:29:24 2002
+++ Zope3/lib/python/Zope/Configuration/tests/Directives.py	Sun Sep  1 14:29:58 2002
@@ -17,8 +17,7 @@
 $Id$
 """
 
-from Zope.Configuration.ConfigurationDirectiveInterfaces \
-     import INonEmptyDirective
+from Zope.Configuration.INonEmptyDirective import INonEmptyDirective
 
 protections=[]