Commit f63d5580 authored by Benjamin Peterson's avatar Benjamin Peterson

merge heads

parents 860aee75 a5ec63b5
......@@ -25,18 +25,11 @@ optional arguments:
--upgrade Upgrade the environment directory to use this version
of Python, assuming Python has been upgraded in-place.
"""
import base64
import io
import logging
import os
import os.path
import shutil
import sys
import sysconfig
try:
import threading
except ImportError:
threading = None
import types
logger = logging.getLogger(__name__)
......
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