[Zope-Checkins] CVS: Zope2 - DTMLMethod.py:1.61.16.1
Andreas Jung
andreas@dhcp165.digicool.com
Mon, 16 Apr 2001 14:45:02 -0400
Update of /cvs-repository/Zope2/lib/python/OFS
In directory yetix:/work/sandboxes/ajung-2_4-ts_regex-exterminiation-branch/lib/python/OFS
Modified Files:
Tag: ajung-2_4-ts_regex-exterminiation-branch
DTMLMethod.py
Log Message:
removed unneccessary ts_regex import
--- Updated File DTMLMethod.py in package Zope2 --
--- DTMLMethod.py 2001/01/31 21:26:52 1.61
+++ DTMLMethod.py 2001/04/16 18:45:01 1.61.16.1
@@ -99,7 +99,7 @@
from ZDOM import ElementWithTitle
from DateTime.DateTime import DateTime
from urllib import quote
-import ts_regex, Globals, sys, Acquisition
+import Globals, sys, Acquisition
from AccessControl import getSecurityManager
from Cache import Cacheable