remove useless commented code

This commit is contained in:
Bezleputh 2014-02-12 19:50:16 +01:00
commit a1ea9b5a48
2 changed files with 0 additions and 8 deletions

View file

@ -190,12 +190,6 @@ class ApecBackend(BaseBackend, ICapJob):
}.iteritems())])
type_contrat_choices = OrderedDict([(k, u'%s' % (v)) for k, v in sorted({
"""
' ': u'-- Indifférent --',
'101888': u'CDI',
'101887': u'CDD',
'101889': u'Travail Temporaire',
"""
' ': u'-- Indifférent --',
'143694': u'CDI',
'143695': u'CDD',

View file

@ -117,8 +117,6 @@ class ArteBrowser(BaseBrowser):
except TypeError:
video.date = datetime.datetime(*(time.strptime(date_string, '%d/%m/%Y %H:%M:%S')[0:6]))
#video.date = datetime.datetime.strptime(result['videoJsonPlayer']['VDA'][:-6], '%d/%m/%Y %H:%M:%S')
if 'VDU' in result['videoJsonPlayer'].keys():
video.duration = int(result['videoJsonPlayer']['VDU'])