revert r17665 and r17623

svn: r17667
This commit is contained in:
Jérôme Rapinat 2011-06-02 20:23:37 +00:00
parent 97b5df209d
commit c3234e5c6f

View File

@ -53,7 +53,6 @@ class PluginManagerGramplet(Gramplet):
"""
The main code of the Gramplet. (iterator)
"""
self.URL = URL
self.set_text(_("Reading") + " '%s'..." % self.URL)
yield True
fp = urllib.urlopen(self.URL)