[ZPT] CVS: Zope3/lib/python/Zope/TAL - setpath.py:1.3.24.2.6.1

Barry Warsaw barry@wooz.org
Tue, 4 Jun 2002 12:47:52 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/TAL
In directory cvs.zope.org:/tmp/cvs-serv11199

Modified Files:
      Tag: fdrake-tal-i18n-branch
	setpath.py 
Log Message:
Import the string module as a quick fix (but setpath.py should
probably go away).


=== Zope3/lib/python/Zope/TAL/setpath.py 1.3.24.2 => 1.3.24.2.6.1 ===
 import os
 import sys
+import string
 
 dir = os.path.dirname(__file__)
 path = os.path.join(dir, ".path")