diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-26 22:37:56 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-06-26 22:37:56 +0200 |
commit | c10d60d57fc5c3f0eff217f216ce4f0a0897cb55 (patch) | |
tree | 6e7fc01369f1cd9e3a53cf092b4e5a7e50023e3b /portato/backend/system_interface.py | |
parent | 1898e03577eac27a8e27561eda952647643ec69b (diff) | |
download | portato-c10d60d57fc5c3f0eff217f216ce4f0a0897cb55.tar.gz portato-c10d60d57fc5c3f0eff217f216ce4f0a0897cb55.tar.bz2 portato-c10d60d57fc5c3f0eff217f216ce4f0a0897cb55.zip |
Removed '__find_resolved_unresolved' as it is quite useless.
Also removed the "find_packages::ws" and moved the content into "world" and "system" to prepare for exchangebility.
Diffstat (limited to '')
-rw-r--r-- | portato/backend/system_interface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/backend/system_interface.py b/portato/backend/system_interface.py index 16f0a9c..c118f6d 100644 --- a/portato/backend/system_interface.py +++ b/portato/backend/system_interface.py @@ -23,7 +23,7 @@ class SystemInterface (object): """Returns all supported sets in tuples consisting of name and description. If sets aren't supported, at least "world" and "system" have to be returned. - @rtype: (string, string)[] + @rtype: iter(string, string) """ raise NotImplementedError |