aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2014-12-07 23:14:55 -0500
committerDevan Franchini <twitch153@gentoo.org>2014-12-07 23:14:55 -0500
commitffd07c433041e63ded0f4b013038502984e56591 (patch)
tree6f2e5f30ac4f8f98ed174bec1d3e24f674b9376b
parentarchive.py: Adds kwargs-debug and modifies kwargs-info level to 5 (diff)
downloadlayman-ffd07c433041e63ded0f4b013038502984e56591.tar.gz
layman-ffd07c433041e63ded0f4b013038502984e56591.tar.bz2
layman-ffd07c433041e63ded0f4b013038502984e56591.zip
reposconf.py: Modifies checking for sync-plugin to reflect new plugin name
-rw-r--r--layman/config_modules/reposconf/reposconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layman/config_modules/reposconf/reposconf.py b/layman/config_modules/reposconf/reposconf.py
index 773c8e8..1810c5e 100644
--- a/layman/config_modules/reposconf/reposconf.py
+++ b/layman/config_modules/reposconf/reposconf.py
@@ -27,7 +27,7 @@ except:
import ConfigParser
try:
- from portage.sync.modules import layman_
+ from portage.sync.modules import laymanator
sync_type = "layman"
except ImportError:
sync_type = None