]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
Don't write pyc files
authorZack Cerza <zack@redhat.com>
Thu, 30 Jun 2016 16:23:07 +0000 (10:23 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 30 Jun 2016 16:31:27 +0000 (10:31 -0600)
commitdf93297515e8f91c2d9e61f066ec2616b6689ff8
treebd7e81968a644856a3e2b28ad1049221d2001e56
parent1a495efb5c5139c36c9b9991b23a45e3f38545ac
Don't write pyc files

The .pyc files that python generates can be problematic if we move
modules around; teuthology processes end up picking up the old .pyc
files instead of finding the new .py files

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/__init__.py