Merge lp:~if.gnu.linux/account-plugins/account-plugins into lp:account-plugins

Proposed by Numan Demirdöğen
Status: Merged
Approved by: Alberto Mardegan
Approved revision: 176
Merged at revision: 177
Proposed branch: lp:~if.gnu.linux/account-plugins/account-plugins
Merge into: lp:account-plugins
Diff against target: 14 lines (+4/-0)
1 file modified
tools/account-console (+4/-0)
To merge this branch: bzr merge lp:~if.gnu.linux/account-plugins/account-plugins
Reviewer Review Type Date Requested Status
Alberto Mardegan (community) Approve
Review via email: mp+309199@code.launchpad.net

Commit message

* account-console: Specify module version with GI imports to avoid warnings. (fix #1633760)

Description of the change

* account-console: Specify module version with GI imports to avoid warnings. (fix #1633760)

To post a comment you must log in.
Revision history for this message
Alberto Mardegan (mardy) wrote :

Looks good, thanks!

review: Approve
Revision history for this message
Numan Demirdöğen (if.gnu.linux) wrote :

You are welcome!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tools/account-console'
2--- tools/account-console 2013-02-08 16:08:15 +0000
3+++ tools/account-console 2016-10-25 07:24:31 +0000
4@@ -2,6 +2,10 @@
5
6 import argparse
7 import sys
8+import gi
9+
10+gi.require_version('Accounts', '1.0')
11+gi.require_version('Signon', '1.0')
12
13 from gi.repository import GLib
14 from gi.repository import GObject

Subscribers

People subscribed via source and target branches