mirror of
https://github.com/python/cpython.git
synced 2025-08-12 21:11:35 +00:00
Added missing import.
This commit is contained in:
parent
a171cf064a
commit
c3937f569b
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ for manipulation of the pathname component of URLs.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
import stat
|
import stat
|
||||||
import genericpath
|
import genericpath
|
||||||
import warnings
|
import warnings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue