[Zope-Checkins] CVS: Zope/lib/python/Products/ExternalMethod - ExternalMethod.py:1.46

Andreas Jung andreas@digicool.com
Mon, 11 Mar 2002 10:49:50 -0500


Update of /cvs-repository/Zope/lib/python/Products/ExternalMethod
In directory cvs.zope.org:/tmp/cvs-serv19657/ExternalMethod

Modified Files:
	ExternalMethod.py 
Log Message:
string module free zone


=== Zope/lib/python/Products/ExternalMethod/ExternalMethod.py 1.45 => 1.46 ===
 from Globals import Persistent, DTMLFile, MessageDialog, HTML
 import OFS.SimpleItem, Acquisition
-from string import split, join, find, lower
 import AccessControl.Role, sys, os, stat, traceback
 from OFS.SimpleItem import pretty_tb
 from App.Extensions import getObject, getPath, FuncCode