From c7d1c42f677760f0c8d321f291ffe0d2fa94e9df Mon Sep 17 00:00:00 2001 From: lxnay Date: Sun, 8 Feb 2009 20:35:15 +0000 Subject: [PATCH] Entropy/urlFetcher: - beautify syntax git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3005 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index 5773389b4..2dd4b3d14 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -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']: