damn! cut-n-paste from ntpath forgot the "import re"

This commit is contained in:
Skip Montanaro 2000-07-17 03:06:26 +00:00
parent 6222c05af6
commit 802bc5d9b3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
import os
import stat
import string
import re
def normcase(s):