Entropy/urlFetcher:

- beautify syntax


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3005 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2009-02-08 20:35:15 +00:00
parent 2614cccbc1
commit c7d1c42f67

View File

@@ -89,7 +89,6 @@ class urlFetcher:
self.localfile = open(self.path_to_save,"wb")
def setup_proxy(self):
# setup proxy, doing here because config is dynamic
mydict = {}
if etpConst['proxy']['ftp']: