commit: 758d932ca31ceb323bb988108e3f64e05cd5731d
Author: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 12 21:28:58 2014 +0000
Commit: Paul Varner <fuzzyray <AT> gentoo <DOT> org>
CommitDate: Wed Nov 12 21:28:58 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=758d932c
revdep-rebuild.py: Fix recent changes to work with Python 3
---
pym/gentoolkit/revdep_rebuild/settings.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pym/gentoolkit/revdep_rebuild/settings.py
b/pym/gentoolkit/revdep_rebuild/settings.py
index fa91685..3a653a5 100644
--- a/pym/gentoolkit/revdep_rebuild/settings.py
+++ b/pym/gentoolkit/revdep_rebuild/settings.py
@@ -53,7 +53,7 @@ def parse_options():
# TODO: Verify: options: no-ld-path, no-order, no-progress
#are not appliable
- from rebuild import VERSION, APP_NAME
+ from .rebuild import VERSION, APP_NAME
settings = DEFAULTS.copy()
parser = argparse.ArgumentParser(