From 3b86291897c0a610a332201fc5f117caf080993b Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Fri, 18 Apr 2014 15:28:55 +0200 Subject: oops, drop unintentionnaly commited print, breaking py3 install --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ea4f28c..226b39e 100644 --- a/setup.py +++ b/setup.py @@ -150,7 +150,6 @@ class MyInstallLib(install_lib.install_lib): # files, some of them being syntactically wrong by design, and this scares # the end-user def byte_compile(self, files): - print 'files', files testdir = join('pylint', 'test') files = [f for f in files if testdir not in f] install_lib.install_lib.byte_compile(self, files) -- cgit v1.2.1