projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1433cba
)
Fix imports for helpers.py Bug 103292
author
fuzzyray
<fuzzyray@gentoo.org>
Fri, 11 Nov 2005 20:36:21 +0000
(20:36 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Fri, 11 Nov 2005 20:36:21 +0000
(20:36 -0000)
svn path=/; revision=254
trunk/src/gentoolkit/helpers.py
patch
|
blob
|
history
diff --git
a/trunk/src/gentoolkit/helpers.py
b/trunk/src/gentoolkit/helpers.py
index 12ab96fb57ac2a3fe7c6550b467250e3db8a1944..a1071e76b6c6fdd30d9d3b7dcaaa4246bfb90e74 100644
(file)
--- a/
trunk/src/gentoolkit/helpers.py
+++ b/
trunk/src/gentoolkit/helpers.py
@@
-9,7
+9,7
@@
import portage
from gentoolkit import *
-from
gentoolkit.
package import *
+from package import *
from portage_util import unique_array
def find_packages(search_key, masked=False):