[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication/TraversalViews - __init__.py:1.2

Steve Alexander steve@cat-box.net
Sat, 15 Jun 2002 12:11:43 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZopePublication/TraversalViews
In directory cvs.zope.org:/tmp/cvs-serv21368/lib/python/Zope/App/ZopePublication/TraversalViews

Modified Files:
	__init__.py 
Log Message:
made the import for IObjectName less offensively long.
This makes sense also, as IObjectName is the only part of this package
that other packages will need to see.


=== Zope3/lib/python/Zope/App/ZopePublication/TraversalViews/__init__.py 1.1 => 1.2 ===
+# import IObjectName for easy importing
+#
+# This is the only "external" interface to this package.
+
+from ObjectName import IObjectName