mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Instead of relative imports, use (implicitly) absolute ones.
This commit is contained in:
parent
067db48997
commit
f8480a7856
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ import re
|
|||
import string
|
||||
import sys
|
||||
|
||||
from .errors import DistutilsPlatformError
|
||||
from distutils.errors import DistutilsPlatformError
|
||||
|
||||
# These are needed in a couple of spots, so just compute them once.
|
||||
PREFIX = os.path.normpath(sys.prefix)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue