Merge lp:~xnox/click/lp1522608 into lp:click

Proposed by Dimitri John Ledkov
Status: Superseded
Proposed branch: lp:~xnox/click/lp1522608
Merge into: lp:click
Diff against target: 11 lines (+3/-0)
1 file modified
bin/click (+3/-0)
To merge this branch: bzr merge lp:~xnox/click/lp1522608
Reviewer Review Type Date Requested Status
click hackers Pending
Review via email: mp+279521@code.launchpad.net

Commit message

Require specific Click version, to avoid gi warnings that fail test-suite.

Description of the change

Require specific Click version, to avoid gi warnings that fail test-suite.

To post a comment you must log in.

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/click'
2--- bin/click 2014-03-03 23:03:01 +0000
3+++ bin/click 2015-12-03 22:45:32 +0000
4@@ -28,6 +28,9 @@
5 # Support running from the build tree.
6 sys.path.insert(0, os.path.join(sys.path[0], os.pardir))
7
8+import gi
9+gi.require_version('Click', '0.4')
10+
11 from click import commands
12
13

Subscribers

People subscribed via source and target branches