remove useless commented code
This commit is contained in:
parent
e29aed3657
commit
a1ea9b5a48
2 changed files with 0 additions and 8 deletions
|
|
@ -190,12 +190,6 @@ class ApecBackend(BaseBackend, ICapJob):
|
||||||
}.iteritems())])
|
}.iteritems())])
|
||||||
|
|
||||||
type_contrat_choices = OrderedDict([(k, u'%s' % (v)) for k, v in sorted({
|
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 --',
|
' ': u'-- Indifférent --',
|
||||||
'143694': u'CDI',
|
'143694': u'CDI',
|
||||||
'143695': u'CDD',
|
'143695': u'CDD',
|
||||||
|
|
|
||||||
|
|
@ -117,8 +117,6 @@ class ArteBrowser(BaseBrowser):
|
||||||
except TypeError:
|
except TypeError:
|
||||||
video.date = datetime.datetime(*(time.strptime(date_string, '%d/%m/%Y %H:%M:%S')[0:6]))
|
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():
|
if 'VDU' in result['videoJsonPlayer'].keys():
|
||||||
video.duration = int(result['videoJsonPlayer']['VDU'])
|
video.duration = int(result['videoJsonPlayer']['VDU'])
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue