merge heads

This commit is contained in:
Benjamin Peterson 2013-09-29 14:56:10 -04:00
commit f63d558007
1 changed files with 0 additions and 7 deletions

View File

@ -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__)