[Zope-Checkins] CVS: Zope2 - davcmds.py:1.12.4.1
Andreas Jung
andreas@dhcp165.digicool.com
Wed, 18 Apr 2001 14:42:36 -0400
Update of /cvs-repository/Zope2/lib/python/webdav
In directory yetix:/work/sandboxes/ajung-2_4-ts_regex-exterminiation-branch/lib/python/webdav
Modified Files:
Tag: ajung-2_4-ts_regex-exterminiation-branch
davcmds.py
Log Message:
regex free country
--- Updated File davcmds.py in package Zope2 --
--- davcmds.py 2001/04/09 19:49:57 1.12
+++ davcmds.py 2001/04/18 18:42:35 1.12.4.1
@@ -87,7 +87,7 @@
__version__='$Revision$'[11:-2]
-import sys, os, string, regex
+import sys, os, string
from common import absattr, aq_base, urlfix, urlbase
from OFS.PropertySheets import DAVProperties
from LockItem import LockItem