Commit 8fe36a57 authored by Zoran Simic's avatar Zoran Simic

Removed warning when PYTHONDONTWRITEBYTECODE is enabled

parent e001996a
v38.2.5
-------
* Removed warning when PYTHONDONTWRITEBYTECODE is enabled
v38.2.4
-------
......
......@@ -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
......
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