correct job capability and module tests in order to avoid encoding error in console application

This commit is contained in:
Bezleputh 2013-07-04 13:35:24 +02:00 committed by Florent
commit f65697a884
3 changed files with 0 additions and 5 deletions

View file

@ -54,9 +54,6 @@ class BaseJobAdvert(CapBaseObject):
message += u'experience : %s\r\n' % self.experience
return message
def __repr__(self):
return self.__unicode__()
@classmethod
def id2url(cls, _id):
"""Overloaded in child classes provided by backends."""