From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/gentoo-keys:master commit in: gkeys-ldap/gkeyldap/ Date: Fri, 23 Dec 2016 19:55:20 +0000 (UTC) [thread overview] Message-ID: <1482522905.a7919fc85ade88af4eae136c7f7e662225e4bcb8.dolsen@gentoo> (raw) commit: a7919fc85ade88af4eae136c7f7e662225e4bcb8 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Fri Dec 23 19:55:05 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Fri Dec 23 19:55:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=a7919fc8 gkeys-ldap: Add missed CliBase.__init__() call gkeys-ldap/gkeyldap/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py index 4d38485..4f17725 100644 --- a/gkeys-ldap/gkeyldap/cli.py +++ b/gkeys-ldap/gkeyldap/cli.py @@ -25,6 +25,7 @@ class Main(CliBase): @param config: optional GKeysConfig instance, For API use @param print_results: optional boolean, for API use """ + CliBase.__init__(self) self.root = root or "/" self.config = config or GKeysConfig(root=root) self.config.options['print_results'] = print_results
WARNING: multiple messages have this Message-ID (diff)
From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/gentoo-keys:gsoc-2016 commit in: gkeys-ldap/gkeyldap/ Date: Sat, 24 Dec 2016 09:13:15 +0000 (UTC) [thread overview] Message-ID: <1482522905.a7919fc85ade88af4eae136c7f7e662225e4bcb8.dolsen@gentoo> (raw) Message-ID: <20161224091315.VwSRp7yPMcUN4h6aHDI0SMZY5m3dO4Ly7YmYsuP5D5E@z> (raw) commit: a7919fc85ade88af4eae136c7f7e662225e4bcb8 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Fri Dec 23 19:55:05 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Fri Dec 23 19:55:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-keys.git/commit/?id=a7919fc8 gkeys-ldap: Add missed CliBase.__init__() call gkeys-ldap/gkeyldap/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gkeys-ldap/gkeyldap/cli.py b/gkeys-ldap/gkeyldap/cli.py index 4d38485..4f17725 100644 --- a/gkeys-ldap/gkeyldap/cli.py +++ b/gkeys-ldap/gkeyldap/cli.py @@ -25,6 +25,7 @@ class Main(CliBase): @param config: optional GKeysConfig instance, For API use @param print_results: optional boolean, for API use """ + CliBase.__init__(self) self.root = root or "/" self.config = config or GKeysConfig(root=root) self.config.options['print_results'] = print_results
next reply other threads:[~2016-12-23 19:55 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-12-23 19:55 Brian Dolbec [this message] 2016-12-24 9:13 ` [gentoo-commits] proj/gentoo-keys:gsoc-2016 commit in: gkeys-ldap/gkeyldap/ Brian Dolbec -- strict thread matches above, loose matches on Subject: below -- 2018-07-07 14:05 [gentoo-commits] proj/gentoo-keys:master " Brian Dolbec 2015-05-31 5:03 Brian Dolbec 2015-03-24 3:13 Brian Dolbec 2015-03-17 19:51 Brian Dolbec 2015-02-11 17:37 Brian Dolbec 2015-01-05 23:12 Brian Dolbec 2015-01-05 23:12 Brian Dolbec 2015-01-05 23:12 Brian Dolbec 2015-01-05 23:12 Brian Dolbec 2014-12-26 18:37 Brian Dolbec 2014-12-25 20:43 Brian Dolbec 2014-12-25 20:43 Brian Dolbec 2014-12-25 20:43 Brian Dolbec 2014-12-25 20:43 Brian Dolbec 2014-12-25 20:43 Brian Dolbec 2014-12-25 20:43 Brian Dolbec 2014-12-25 20:43 Brian Dolbec 2014-12-22 23:11 Brian Dolbec
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1482522905.a7919fc85ade88af4eae136c7f7e662225e4bcb8.dolsen@gentoo \ --to=dolsen@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox