]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Remove leftover .pyc files 895/head
authorZack Cerza <zack@redhat.com>
Thu, 30 Jun 2016 16:25:00 +0000 (10:25 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 30 Jun 2016 16:49:59 +0000 (10:49 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
bootstrap

index 553291afd2347e66837e6fa867b109e896ccab53..9c29ead917158ac3462f715c6dcd540befe7d9b2 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -136,3 +136,6 @@ fi
 ./virtualenv/bin/pip install setuptools --upgrade
 
 ./virtualenv/bin/pip install --upgrade -r requirements.txt
+
+# Remove leftover .pyc files
+find teuthology -name '*.pyc' -exec rm {} \;