public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Devan Franchini" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/layman:master commit in: pm_plugins/portage/sync/modules/laymansync/
Date: Wed,  6 May 2015 01:13:02 +0000 (UTC)	[thread overview]
Message-ID: <1430874772.8eea549fd4f61b55a3939a0da2682f1749e474fb.twitch153@gentoo> (raw)

commit:     8eea549fd4f61b55a3939a0da2682f1749e474fb
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Wed May  6 01:12:52 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Wed May  6 01:12:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/layman.git/commit/?id=8eea549f

laymansync.py: Corrects importing of sync classes

 pm_plugins/portage/sync/modules/laymansync/laymansync.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pm_plugins/portage/sync/modules/laymansync/laymansync.py b/pm_plugins/portage/sync/modules/laymansync/laymansync.py
index 9835beb..12ebe2d 100644
--- a/pm_plugins/portage/sync/modules/laymansync/laymansync.py
+++ b/pm_plugins/portage/sync/modules/laymansync/laymansync.py
@@ -5,9 +5,9 @@
 
 
 try:
-    from pylayman import PyLayman
+    from portage.sync.modules.laymansync.pylayman import PyLayman
     CONFIG_CLASS = PyLayman
 except ImportError:
-    from subproc import Layman
+    from portage.sync.modules.laymansync.subproc import Layman
     CONFIG_CLASS = Layman
 


             reply	other threads:[~2015-05-06  1:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06  1:13 Devan Franchini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-04-24 20:59 [gentoo-commits] proj/layman:master commit in: pm_plugins/portage/sync/modules/laymansync/ Brian Dolbec
2017-06-23  0:05 Devan Franchini
2016-04-29 23:19 Brian Dolbec
2015-05-04 18:21 Brian Dolbec
2015-02-08  0:35 Devan Franchini

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=1430874772.8eea549fd4f61b55a3939a0da2682f1749e474fb.twitch153@gentoo \
    --to=twitch153@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: 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