From: Skip Montanaro Date: Mon, 17 Jul 2000 03:06:26 +0000 (+0000) Subject: damn! cut-n-paste from ntpath forgot the "import re" X-Git-Tag: v2.0b1~800 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=802bc5d9b3d2fa5b75e7c3405932c252142b7965;p=thirdparty%2FPython%2Fcpython.git damn! cut-n-paste from ntpath forgot the "import re" --- diff --git a/Lib/dospath.py b/Lib/dospath.py index cb98576febb6..55123a1bf3a5 100644 --- a/Lib/dospath.py +++ b/Lib/dospath.py @@ -3,6 +3,7 @@ import os import stat import string +import re def normcase(s):