[Zope3-checkins] CVS: Zope3/src/zope/app/onlinehelp - metaconfigure.py:1.6

Philipp von Weitershausen philikon at philikon.de
Mon Aug 4 12:08:01 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/onlinehelp
In directory cvs.zope.org:/tmp/cvs-serv21494/onlinehelp

Modified Files:
	metaconfigure.py 
Log Message:
Remove the resolveInterface dead chicken. Its functionality will be
replaced by Jim's upcoming Interface field. Then we'll have the XML schema
interface stuff working again, too.


=== Zope3/src/zope/app/onlinehelp/metaconfigure.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/onlinehelp/metaconfigure.py:1.5	Sat Aug  2 07:19:21 2003
+++ Zope3/src/zope/app/onlinehelp/metaconfigure.py	Mon Aug  4 11:07:57 2003
@@ -20,7 +20,6 @@
 """
 import os
 from zope.app.onlinehelp import help
-from zope.app.component.metaconfigure import resolveInterface
 
 def register(_context, id, title, parent="", doc_path=None, for_=None,
              view=None):




More information about the Zope3-Checkins mailing list