commit: e0c7a20abf156bc8741ee27bcb93c26cbfb3367b
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun May 15 04:10:17 2016 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun May 15 04:10:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e0c7a20a
repoman/tests/__init__.py: Import the repoman portage instance
repoman/pym/repoman/tests/__init__.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/repoman/pym/repoman/tests/__init__.py
b/repoman/pym/repoman/tests/__init__.py
index 7243e7a..af234d4 100644
--- a/repoman/pym/repoman/tests/__init__.py
+++ b/repoman/pym/repoman/tests/__init__.py
@@ -22,7 +22,8 @@ try:
except ImportError:
unittest_skip_shims = True
-import portage
+from repoman._portage import portage
+
from portage import os
from portage import _encodings
from portage import _unicode_decode