From f6625603a2ffd897a6223b95c34fabb51f9dd3ee Mon Sep 17 00:00:00 2001 From: Florent Jaillet <florent.jaillet@lis-lab.fr> Date: Wed, 7 Feb 2018 14:21:17 +0100 Subject: [PATCH] Removing forgotten commented code --- copyright.py | 1 - 1 file changed, 1 deletion(-) diff --git a/copyright.py b/copyright.py index 7478d40..24723cf 100644 --- a/copyright.py +++ b/copyright.py @@ -13,7 +13,6 @@ def findFiles(directory, files=[]): if os.path.isfile(path) and (path.endswith(".py") or path.endswith(".pyx") or path.endswith(".pxd")): - #if filename != "__init__.py" and filename != "version.py": files.append(path) elif os.path.isdir(path): findFiles(path, files) -- GitLab