[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter - __init__.py:1.7.34.1
Casey Duncan
casey@zope.com
Wed, 27 Mar 2002 15:51:43 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter
In directory cvs.zope.org:/tmp/cvs-serv22094/lib/python/Products/PluginIndexes/TextIndex/Splitter
Modified Files:
Tag: casey-death_to_index_html-branch
__init__.py
Log Message:
Updating branch to head for testing
=== Zope/lib/python/Products/PluginIndexes/TextIndex/Splitter/__init__.py 1.7 => 1.7.34.1 ===
if not name: name = splitterNames[0]
if not vars().has_key(name):
- exec( "from %s import Splitter as %s" % (name,name))
-
+ exec( "from %s.%s import %s" % (name,name,name))
return vars()[name]