Merge lp:~gz/bzr-grep/make_setup_actually_do_something into lp:bzr-grep
Proposed by
Martin Packman
Status: | Merged |
---|---|
Approved by: | Parth Malwankar |
Approved revision: | 136 |
Merged at revision: | 136 |
Proposed branch: | lp:~gz/bzr-grep/make_setup_actually_do_something |
Merge into: | lp:bzr-grep |
Diff against target: |
20 lines (+3/-3) 1 file modified
setup.py (+3/-3) |
To merge this branch: | bzr merge lp:~gz/bzr-grep/make_setup_actually_do_something |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Parth Malwankar | Approve | ||
Review via email:
|
Description of the change
Fix the `if __name__ == "__main__":` statement in setup.py so it actually does something, and change the paths to point to the right place for a bzr plugin install.
Haven't done a NEWS entry as this is pretty trivial, and just the other two branches from me will probably be conflict enough. :)
To post a comment you must log in.
Looks good to me.