[CMF-checkins] CVS: CMF/CMFCore - utils.py:1.23.4.2
Tres Seaver
tseaver@zope.com
Fri, 19 Jul 2002 19:04:27 -0400
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv24640/CMFCore
Modified Files:
Tag: CMF-1_3-branch
utils.py
Log Message:
- CMFCore.utils:
o Remove unused import.
- CMFDefault.utils:
o Remove string module usage.
o Normalize whitespace, docstrings.
o Add new "stripping" parser (not wired into Document et al. yet).
=== CMF/CMFCore/utils.py 1.23.4.1 => 1.23.4.2 ===
#
##############################################################################
-import sys
import os
from os import path as os_path
import re
@@ -619,4 +618,3 @@
while p[:1] in separators:
p = p[1:]
return p
-