From 906564d97c7d28039b412213dc418cd7c034d422 Mon Sep 17 00:00:00 2001 From: Mike Romberg Date: Fri, 3 Jun 2016 20:20:33 -0600 Subject: [PATCH] and... remove all the .py files that were copied over from the source tree. --- Examples/python/import_packages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/python/import_packages/Makefile b/Examples/python/import_packages/Makefile index 70683a795..d46e1e098 100644 --- a/Examples/python/import_packages/Makefile +++ b/Examples/python/import_packages/Makefile @@ -39,7 +39,7 @@ static: clean: $(MAKE) -f $(TOP)/Makefile SRCDIR='$(SRCDIR)' python_clean if test "x$(SRCDIR)" != x; then \ - for file in `cd $(SRCDIR) && find . -type f -name __init__.py`; do \ + for file in `cd $(SRCDIR) && find . -type f -name "*.py"`; do \ rm -f "$$file" || exit 1; \ done; \ fi; \