From: Zack Cerza Date: Thu, 30 Jun 2016 16:25:00 +0000 (-0600) Subject: Remove leftover .pyc files X-Git-Tag: 1.1.0~584^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f7dfcccf2d815e83c673adbd0be9b2f6765dfa6;p=teuthology.git Remove leftover .pyc files Signed-off-by: Zack Cerza --- diff --git a/bootstrap b/bootstrap index 553291afd..9c29ead91 100755 --- 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 {} \;