Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcdd794 + f63d558 commit eea020fCopy full SHA for eea020f
1 file changed
Lib/venv/__init__.py
@@ -25,18 +25,11 @@
25
--upgrade Upgrade the environment directory to use this version
26
of Python, assuming Python has been upgraded in-place.
27
"""
28
-import base64
29
-import io
30
import logging
31
import os
32
-import os.path
33
import shutil
34
import sys
35
import sysconfig
36
-try:
37
- import threading
38
-except ImportError:
39
- threading = None
40
import types
41
42
logger = logging.getLogger(__name__)
0 commit comments