diff options
author | Luke Rohde <rohde.luke@gmail.com> | 2015-09-02 20:09:09 +0200 |
---|---|---|
committer | Luke Rohde <rohde.luke@gmail.com> | 2015-09-02 20:49:02 +0200 |
commit | 647e48f7760454e95e5aef6110299846e18849b1 (patch) | |
tree | 6e76b985edb3c4c7c7c1b97156f4ca41c491f438 /hacking/env-setup.fish | |
parent | Adding unit tests for safe_eval (diff) | |
download | ansible-647e48f7760454e95e5aef6110299846e18849b1.tar.xz ansible-647e48f7760454e95e5aef6110299846e18849b1.zip |
Delete all compiled python files when running hacking/env-setup
Diffstat (limited to 'hacking/env-setup.fish')
-rw-r--r-- | hacking/env-setup.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hacking/env-setup.fish b/hacking/env-setup.fish index 1b872f4dc0..079a10b47d 100644 --- a/hacking/env-setup.fish +++ b/hacking/env-setup.fish @@ -43,6 +43,7 @@ if test -e $PREFIX_PYTHONPATH/ansible*.egg-info rm -r $PREFIX_PYTHONPATH/ansible*.egg-info end mv ansible*egg-info $PREFIX_PYTHONPATH +rm **/*.pyc popd |