- updated TODO

- fixed packages download


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1089 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-01-24 11:43:32 +00:00
parent a0029d1703
commit 0c4e0762a3
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -1,6 +1,5 @@
TODO list:
- check downgrades (*)
- remove linux-sabayon-modules dependency from sys-kernel/linux-sabayon (* - repackage needed)
- migrate server code to ServerInterface
- Community repositories
- find a way to better handle real smartapps deps (need split PDEPEND?)
+2 -1
View File
@@ -4290,7 +4290,8 @@ class urlFetcher:
def encodeUrl(self, url):
import urllib
return urllib.quote(url)
url = os.path.join(os.path.dirname(url),urllib.quote(os.path.basename(url)))
return url
def download(self):
if self.showSpeed: