Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eea020f

Browse files
committed
merge 3.3
2 parents dcdd794 + f63d558 commit eea020f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Lib/venv/__init__.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,11 @@
2525
--upgrade Upgrade the environment directory to use this version
2626
of Python, assuming Python has been upgraded in-place.
2727
"""
28-
import base64
29-
import io
3028
import logging
3129
import os
32-
import os.path
3330
import shutil
3431
import sys
3532
import sysconfig
36-
try:
37-
import threading
38-
except ImportError:
39-
threading = None
4033
import types
4134

4235
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)