[Zope-Checkins] CVS: Zope2 - DTMLMethod.py:1.62
Andreas Jung
andreas@dhcp165.digicool.com
Mon, 16 Apr 2001 14:21:41 -0400
Update of /cvs-repository/Zope2/lib/python/OFS
In directory yetix:/work/sandboxes/Zope2/lib/python/OFS
Modified Files:
DTMLMethod.py
Log Message:
removed ts_regex dependancy
--- Updated File DTMLMethod.py in package Zope2 --
--- DTMLMethod.py 2001/01/31 21:26:52 1.61
+++ DTMLMethod.py 2001/04/16 18:21:40 1.62
@@ -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