diff options
| -rw-r--r-- | trunk/src/gentoolkit/gentoolkit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/gentoolkit/gentoolkit.py b/trunk/src/gentoolkit/gentoolkit.py index 8d19f7b..fabb086 100644 --- a/trunk/src/gentoolkit/gentoolkit.py +++ b/trunk/src/gentoolkit/gentoolkit.py @@ -216,7 +216,7 @@ def find_system_packages(prefilter=None): else: unresolved.append(cpv) return (resolved, unresolved) - + def find_world_packages(prefilter=None): """Returns a tuple of lists, first list is resolved world packages, seond is unresolved package names.""" |
