Commit 0a9342f5 authored by Guido van Rossum's avatar Guido van Rossum

Instead of relative imports, use (implicitly) absolute ones.

parent 9e5258e0
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment