diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-04-18 15:28:55 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-04-18 15:28:55 +0200 |
| commit | 1a30dacbdc3abb1e336f926002511843639534a3 (patch) | |
| tree | f35761ac983cb372a2db67e39e3434b129c03ef4 | |
| parent | 433ae0e6052fb34c66f6b157de01342a7429d1fb (diff) | |
| download | pylint-git-1a30dacbdc3abb1e336f926002511843639534a3.tar.gz | |
oops, drop unintentionnaly commited print, breaking py3 install
| -rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
