public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "André Erdmann" <dywi@mailerd.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/interface/
Date: Wed, 24 Jul 2013 09:54:21 +0000 (UTC)	[thread overview]
Message-ID: <1374659546.b80e7ea7409d492c298850fbcdcbd126b161c6c2.dywi@gentoo> (raw)

commit:     b80e7ea7409d492c298850fbcdcbd126b161c6c2
Author:     André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Wed Jul 24 09:52:26 2013 +0000
Commit:     André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Wed Jul 24 09:52:26 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=b80e7ea7

roverlay/interface/main: register remote interface

---
 roverlay/interface/main.py | 6 +++++-
 roverlay/interface/root.py | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/roverlay/interface/main.py b/roverlay/interface/main.py
index 395bd99..db4ed50 100644
--- a/roverlay/interface/main.py
+++ b/roverlay/interface/main.py
@@ -1,4 +1,4 @@
-# R overlay --
+# R overlay -- main interface
 # -*- coding: utf-8 -*-
 # Copyright (C) 2013 André Erdmann <dywi@mailerd.de>
 # Distributed under the terms of the GNU General Public License;
@@ -8,6 +8,7 @@ import roverlay
 
 import roverlay.interface.root
 import roverlay.interface.depres
+import roverlay.interface.remote
 
 roverlay.setup_initial_logger()
 
@@ -23,5 +24,8 @@ class MainInterface ( roverlay.interface.root.RootInterface ):
       self.__class__.register_interface (
          "depres", roverlay.interface.depres.DepresInterface
       )
+      self.__class__.register_interface (
+         "remote", roverlay.interface.remote.RemoteInterface
+      )
       return True
    # --- end of setup (...) ---

diff --git a/roverlay/interface/root.py b/roverlay/interface/root.py
index a06663b..5a4f386 100644
--- a/roverlay/interface/root.py
+++ b/roverlay/interface/root.py
@@ -1,4 +1,4 @@
-# R overlay --
+# R overlay -- root interface
 # -*- coding: utf-8 -*-
 # Copyright (C) 2013 André Erdmann <dywi@mailerd.de>
 # Distributed under the terms of the GNU General Public License;


             reply	other threads:[~2013-07-24  9:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-24  9:54 André Erdmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-05 22:09 [gentoo-commits] proj/R_overlay:master commit in: roverlay/interface/ André Erdmann
2014-06-05 22:09 André Erdmann
2013-08-20 21:46 André Erdmann
2013-07-24  9:54 André Erdmann
2013-07-24  9:54 André Erdmann
2013-07-23  7:51 André Erdmann
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-16 16:36 André Erdmann
2013-07-03 10:05 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=1374659546.b80e7ea7409d492c298850fbcdcbd126b161c6c2.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: link
Be 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