[Zope-Checkins] CVS: Releases/Zope/lib/python/Products/PythonScripts/tests/tscripts - class.__name__.ps:1.1.4.1

Evan Simpson evan at 4-am.com
Fri Jan 16 13:41:51 EST 2004


Update of /cvs-repository/Releases/Zope/lib/python/Products/PythonScripts/tests/tscripts
In directory cvs.zope.org:/tmp/cvs-serv19185/lib/python/Products/PythonScripts/tests/tscripts

Added Files:
      Tag: Zope-2_6-branch
	class.__name__.ps 
Log Message:
Backport Script __name__ fixes.


=== Added File Releases/Zope/lib/python/Products/PythonScripts/tests/tscripts/class.__name__.ps ===
import string

class foo:
  pass

return repr(foo).split()[1], repr(string).split()[1]




More information about the Zope-Checkins mailing list