verbose error messages in Qt applications (closes #775)

This commit is contained in:
Romain Bignon 2012-02-05 17:18:20 +01:00
commit dfb52a2624
4 changed files with 18 additions and 8 deletions

View file

@ -172,11 +172,11 @@ class RadioFranceBackend(BaseBackend, ICapRadio, ICapCollection, ICapVideo):
radio.current.artist = artist
return radio
# avoid warning, but TODO
# TODO
# http://www.franceculture.fr/recherche/key%3DYOURSEARCH%2526type%3Demission
# http://www.franceinter.fr/recherche/key%3DYOURSEARCH%2526tri%3Dpertinence%2526theme%3Ddefault%2526type%3Demission
def iter_search_results(self, *args, **kwargs):
return []
#def iter_search_results(self, *args, **kwargs):
# return []
def get_video(self, _id):
with self.browser:

View file

@ -24,7 +24,6 @@ from weboob.tools.browser.decorators import id2url
from StringIO import StringIO
from time import time
import re
import urlparse
try:
import json