[Zope-Checkins] CVS: Zope2 - ExternalMethod.py:1.34

Brian Lloyd brian@korak.digicool.com
Fri, 29 Oct 1999 11:26:19 -0400


Update of /cvs-repository/Zope2/lib/python/Products/ExternalMethod
In directory korak.digicool.com:/projects/sites/devzope/lib/python/Products/ExternalMethod

Modified Files:
	ExternalMethod.py 
Log Message:
Added a fix to External Method error handling - it was using 
sys.exc_traceback (and getting a nameerror at times). It 
really needed to be using sys.exc_info() anyway for thread 
reasons.