[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common - __init__.py:1.5
Chris McDonough
chrism@zope.com
Tue, 24 Jun 2003 10:17:19 -0400
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv6588
Modified Files:
__init__.py
Log Message:
Add missing import.
=== Zope/lib/python/Products/PluginIndexes/common/__init__.py 1.4 => 1.5 ===
--- Zope/lib/python/Products/PluginIndexes/common/__init__.py:1.4 Tue Jun 17 15:01:08 2003
+++ Zope/lib/python/Products/PluginIndexes/common/__init__.py Tue Jun 24 10:17:18 2003
@@ -13,7 +13,7 @@
# This code is duplicated here from Products/ZCatalog/Catalog.py to avoid a
# unnecessary dependency on ZCatalog.
-
+import types
try:
from DocumentTemplate.cDocumentTemplate import safe_callable
except ImportError: