Merge lp:~lifeless/bzr-gtk/setup into lp:bzr-gtk/gtk2

Proposed by Robert Collins on 2010-03-01
Status: Merged
Approved by: Vincent Ladeuil on 2010-03-01
Approved revision: 683
Merged at revision: not available
Proposed branch: lp:~lifeless/bzr-gtk/setup
Merge into: lp:bzr-gtk/gtk2
Diff against target: 13 lines (+2/-1)
1 file modified
setup.py (+2/-1)
To merge this branch: bzr merge lp:~lifeless/bzr-gtk/setup
Reviewer Review Type Date Requested Status
Vincent Ladeuil 2010-03-01 Approve on 2010-03-01
Review via email: mp+20341@code.launchpad.net
To post a comment you must log in.
Robert Collins (lifeless) wrote :

make setup work with bzr plugin-info

Vincent Ladeuil (vila) wrote :

I'll merge.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2010-02-24 08:56:08 +0000
3+++ setup.py 2010-03-01 05:23:12 +0000
4@@ -137,7 +137,8 @@
5 return files
6
7
8-setup(
9+if __name__ == '__main__':
10+ setup(
11 name = "bzr-gtk",
12 version = "0.99.0",
13 maintainer = "Jelmer Vernooij",

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: