From: "André Erdmann" <dywi@mailerd.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/console/ Date: Fri, 19 Jul 2013 18:00:40 +0000 (UTC) [thread overview] Message-ID: <1374255995.3437297b76c1c711207e45e73534c98493a65c80.dywi@gentoo> (raw) commit: 3437297b76c1c711207e45e73534c98493a65c80 Author: André Erdmann <dywi <AT> mailerd <DOT> de> AuthorDate: Fri Jul 19 17:46:35 2013 +0000 Commit: André Erdmann <dywi <AT> mailerd <DOT> de> CommitDate: Fri Jul 19 17:46:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=3437297b roverlay/console/base: close(), accept config --- roverlay/console/base.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/roverlay/console/base.py b/roverlay/console/base.py index ca3c7a0..acd4ca0 100644 --- a/roverlay/console/base.py +++ b/roverlay/console/base.py @@ -34,8 +34,12 @@ class MainConsole ( RoverlayConsole ): return self.config is not None # --- end of has_config (...) --- - def setup ( self, config_file ): - self.root_interface.setup ( config_file ) + def close ( self ): + self.root_interface.close() + # --- end of close (...) --- + + def setup ( self, config_file=None, config=None ): + self.root_interface.setup ( config_file=config_file, config=config ) self.config = self.root_interface.config self.interface = self.get_interface()
WARNING: multiple messages have this Message-ID (diff)
From: "André Erdmann" <dywi@mailerd.de> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/console/ Date: Tue, 23 Jul 2013 07:51:33 +0000 (UTC) [thread overview] Message-ID: <1374255995.3437297b76c1c711207e45e73534c98493a65c80.dywi@gentoo> (raw) Message-ID: <20130723075133.PsivLwYwF1HnmxW0TU_Uabl4-spgt5XL6M_eWHcnKPE@z> (raw) commit: 3437297b76c1c711207e45e73534c98493a65c80 Author: André Erdmann <dywi <AT> mailerd <DOT> de> AuthorDate: Fri Jul 19 17:46:35 2013 +0000 Commit: André Erdmann <dywi <AT> mailerd <DOT> de> CommitDate: Fri Jul 19 17:46:35 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=3437297b roverlay/console/base: close(), accept config --- roverlay/console/base.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/roverlay/console/base.py b/roverlay/console/base.py index ca3c7a0..acd4ca0 100644 --- a/roverlay/console/base.py +++ b/roverlay/console/base.py @@ -34,8 +34,12 @@ class MainConsole ( RoverlayConsole ): return self.config is not None # --- end of has_config (...) --- - def setup ( self, config_file ): - self.root_interface.setup ( config_file ) + def close ( self ): + self.root_interface.close() + # --- end of close (...) --- + + def setup ( self, config_file=None, config=None ): + self.root_interface.setup ( config_file=config_file, config=config ) self.config = self.root_interface.config self.interface = self.get_interface()
next reply other threads:[~2013-07-19 18:00 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-07-19 18:00 André Erdmann [this message] 2013-07-23 7:51 ` [gentoo-commits] proj/R_overlay:master commit in: roverlay/console/ André Erdmann -- strict thread matches above, loose matches on Subject: below -- 2013-07-23 7:51 André Erdmann 2013-07-18 19:25 ` [gentoo-commits] proj/R_overlay:gsoc13/next " André Erdmann 2013-07-23 7:51 [gentoo-commits] proj/R_overlay:master " André Erdmann 2013-07-19 18:00 ` [gentoo-commits] proj/R_overlay:gsoc13/next " André Erdmann 2013-07-23 7:51 [gentoo-commits] proj/R_overlay:master " André Erdmann 2013-07-19 18:00 ` [gentoo-commits] proj/R_overlay:gsoc13/next " André Erdmann
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=1374255995.3437297b76c1c711207e45e73534c98493a65c80.dywi@gentoo \ --to=dywi@mailerd.de \ --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