|
Lines 13-19
Link Here
|
| 13 |
sys.path.insert(0, "/usr/lib/portage/pym") |
13 |
sys.path.insert(0, "/usr/lib/portage/pym") |
| 14 |
sys.path.insert(0, "/usr/lib/esearch") |
14 |
sys.path.insert(0, "/usr/lib/esearch") |
| 15 |
|
15 |
|
| 16 |
from output import bold, red, green, darkgreen, turquoise, nocolor |
16 |
from portage.output import bold, red, green, darkgreen, turquoise, nocolor |
| 17 |
from os.path import exists |
17 |
from os.path import exists |
| 18 |
import re |
18 |
import re |
| 19 |
|
19 |
|
|
Lines 128-134
Link Here
|
| 128 |
elif arg in ("-v", "--verbose"): |
128 |
elif arg in ("-v", "--verbose"): |
| 129 |
import string |
129 |
import string |
| 130 |
from portage import portdb, best, settings |
130 |
from portage import portdb, best, settings |
| 131 |
from output import blue |
131 |
from portage.output import blue |
| 132 |
from common import version |
132 |
from common import version |
| 133 |
outputm = VERBOSE |
133 |
outputm = VERBOSE |
| 134 |
elif arg in ("-e", "--ebuild"): |
134 |
elif arg in ("-e", "--ebuild"): |