diff options
author | Krzysztof Pawlik <none@none> | 2011-08-06 23:44:10 +0200 |
---|---|---|
committer | Krzysztof Pawlik <none@none> | 2011-08-06 23:44:10 +0200 |
commit | 6cc618bf769fa6682bba2db9e3622c7f85669582 (patch) | |
tree | 9c40d079e890bf2bc1da28f6c288995885dc3711 | |
parent | Version bump. (diff) | |
download | nelchael-6cc618bf769fa6682bba2db9e3622c7f85669582.tar.gz nelchael-6cc618bf769fa6682bba2db9e3622c7f85669582.tar.bz2 nelchael-6cc618bf769fa6682bba2db9e3622c7f85669582.zip |
Update for portage API.
-rwxr-xr-x | scripts/sys-gentoo-weight.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sys-gentoo-weight.py b/scripts/sys-gentoo-weight.py index 98e023d..8824cc6 100755 --- a/scripts/sys-gentoo-weight.py +++ b/scripts/sys-gentoo-weight.py @@ -1,6 +1,6 @@ #!/usr/bin/python -import os, sys, output +import os, sys, portage.output as output spinpos = 0 spinner = "/-\\|/-\\|/-\\|/-\\|\\-/|\\-/|\\-/|\\-/|" |