Remove useless comment

master
pictuga 2014-06-16 14:02:54 +02:00
parent 862fe3cae4
commit 0e3751c712
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ class SimpleDownload(urllib2.HTTPCookieProcessor):
req.add_unredirected_header('If-Modified-Since', self.lastmodified)
if self.accept is not None:
# req.add_unredirected_header('Accept', 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8')
if isinstance(self.accept, basestring):
self.accept = (self.accept,)