Skip to content
Snippets Groups Projects
Commit f6625603 authored by Florent Jaillet's avatar Florent Jaillet
Browse files

Removing forgotten commented code

parent 08c4f309
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment