[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ContentDirective - ContentDirective.py:1.7

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


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

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


=== Zope3/lib/python/Zope/App/ContentDirective/ContentDirective.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/App/ContentDirective/ContentDirective.py:1.6	Thu Jul 11 14:21:29 2002
+++ Zope3/lib/python/Zope/App/ContentDirective/ContentDirective.py	Sun Sep  1 14:29:57 2002
@@ -17,8 +17,7 @@
 """
 from types import ModuleType
 from Interface.Implements import implements
-from Zope.Configuration.ConfigurationDirectiveInterfaces \
-     import INonEmptyDirective
+from Zope.Configuration.INonEmptyDirective import INonEmptyDirective
 from Zope.ComponentArchitecture import getService
 from Zope.Configuration.Exceptions import ConfigurationError
 from Zope.Configuration.Action import Action