[Zope-Checkins] CVS: Zope2 - BaseResponse.py:1.7.126.1
Andreas Jung
andreas@dhcp165.digicool.com
Mon, 23 Apr 2001 10:42:20 -0400
Update of /cvs-repository/Zope2/lib/python/ZPublisher
In directory yetix:/work/sandboxes/ajung-2_4-ts_regex-exterminiation-branch/lib/python/ZPublisher
Modified Files:
Tag: ajung-2_4-ts_regex-exterminiation-branch
BaseResponse.py
Log Message:
imported regex but did not use it
--- Updated File BaseResponse.py in package Zope2 --
--- BaseResponse.py 2000/06/08 15:47:35 1.7
+++ BaseResponse.py 2001/04/23 14:41:19 1.7.126.1
@@ -87,7 +87,7 @@
$Id$'''
__version__='$Revision$'[11:-2]
-import string, types, sys, regex
+import string, types, sys
from string import find, rfind, lower, upper, strip, split, join, translate
from types import StringType, InstanceType