commit: ffd07c433041e63ded0f4b013038502984e56591
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 8 04:14:55 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 8 04:14:55 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=ffd07c43
reposconf.py: Modifies checking for sync-plugin to reflect new plugin name
---
layman/config_modules/reposconf/reposconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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