fix conversion warnings

This commit is contained in:
Romain Bignon 2012-06-15 17:47:10 +02:00
commit 251c91b411
2 changed files with 8 additions and 8 deletions

View file

@ -74,7 +74,7 @@ class AuMBrowser(BaseBrowser):
my_coords = (0,0)
def id2url(self, id):
return 'http://www.adopteunmec.com/index.php/profile/%s' % id
return u'http://www.adopteunmec.com/index.php/profile/%s' % id
def url2id(func):
def inner(self, id, *args, **kwargs):