commit 94f9942199b90fc6de444a8068493d189f54af63 Author: ilv ilv@users.noreply.github.com Date: Fri May 23 01:26:58 2014 -0400
Deleted arch paremeter in getLinks(). Get links for both archs and let the user decide --- spec/design/core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spec/design/core.txt b/spec/design/core.txt index 447c93b..ecb6951 100644 --- a/spec/design/core.txt +++ b/spec/design/core.txt @@ -47,7 +47,7 @@
* lib/gettor/core.py: Core module of GetTor.
- getLinks(os_version, arch, locale) + getLinks(os_version, locale) Returns links for os_version (in both archs) in locale language. This will read the providers list and call __generateLinks() for each one of them, plus calling to __getMirrors().