[Zope-Checkins] SVN: Zope/branches/2.12/src/Products/PluginIndexes/__init__.py Typo.

Tres Seaver tseaver at palladion.com
Mon Apr 12 10:07:06 EDT 2010


Log message for revision 110745:
  Typo.

Changed:
  U   Zope/branches/2.12/src/Products/PluginIndexes/__init__.py

-=-
Modified: Zope/branches/2.12/src/Products/PluginIndexes/__init__.py
===================================================================
--- Zope/branches/2.12/src/Products/PluginIndexes/__init__.py	2010-04-12 14:07:04 UTC (rev 110744)
+++ Zope/branches/2.12/src/Products/PluginIndexes/__init__.py	2010-04-12 14:07:06 UTC (rev 110745)
@@ -79,7 +79,7 @@
                           visibility=None,
                          )
 
-    from Products.PluginIndexes.PathIndex import PathIndex
+    from Products.PluginIndexes.PathIndex.PathIndex import PathIndex
     from Products.PluginIndexes.PathIndex.PathIndex \
         import manage_addPathIndex
     from Products.PluginIndexes.PathIndex.PathIndex \



More information about the Zope-Checkins mailing list