]> granicus.if.org Git - python/commitdiff
damn! cut-n-paste from ntpath forgot the "import re"
authorSkip Montanaro <skip@pobox.com>
Mon, 17 Jul 2000 03:06:26 +0000 (03:06 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 17 Jul 2000 03:06:26 +0000 (03:06 +0000)
Lib/dospath.py

index cb98576febb667f6b33ece27e9aeabfd4e46c377..55123a1bf3a5f334a116f39848c0f588cbdaa362 100644 (file)
@@ -3,6 +3,7 @@
 import os
 import stat
 import string
+import re
 
 
 def normcase(s):