mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
damn! cut-n-paste from ntpath forgot the "import re"
This commit is contained in:
parent
6222c05af6
commit
802bc5d9b3
@ -3,6 +3,7 @@
|
||||
import os
|
||||
import stat
|
||||
import string
|
||||
import re
|
||||
|
||||
|
||||
def normcase(s):
|
||||
|
Loading…
Reference in New Issue
Block a user