correct job capability and module tests in order to avoid encoding error in console application
This commit is contained in:
parent
b585bc2150
commit
f65697a884
3 changed files with 0 additions and 5 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue