aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
diff options
context:
space:
mode:
authorZoran Simic <zsimic@netflix.com>2017-12-09 16:12:28 -0800
committerZoran Simic <zsimic@netflix.com>2017-12-09 16:12:28 -0800
commit8fe36a5710beb556a06d05f284e5ea49b4656624 (patch)
treed7fd21281a25863c25d3c80d468036b1e954ae25 /setuptools/command
parente001996ab483c7c725e8894f560fb84c43150bcc (diff)
downloadexternal_python_setuptools-8fe36a5710beb556a06d05f284e5ea49b4656624.tar.gz
external_python_setuptools-8fe36a5710beb556a06d05f284e5ea49b4656624.tar.bz2
external_python_setuptools-8fe36a5710beb556a06d05f284e5ea49b4656624.zip
Removed warning when PYTHONDONTWRITEBYTECODE is enabled
Diffstat (limited to 'setuptools/command')
-rwxr-xr-xsetuptools/command/easy_install.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index 12e22310..b691e702 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -1248,7 +1248,6 @@ class easy_install(Command):
def byte_compile(self, to_compile):
if sys.dont_write_bytecode:
- self.warn('byte-compiling is disabled, skipping.')
return
from distutils.util import byte_compile