Skip to content

Commit

Permalink
Merge commit 'd061321a332f4173728343ed111c1ef9d6adb22c'
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Jul 7, 2013
2 parents 9be80b7 + d061321 commit 3664da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/bindings/python/tmdb3/tmdb3/tmdb_api.py
Expand Up @@ -79,7 +79,7 @@
def process_date(datestr):
try:
return datetime.date(*[int(x) for x in datestr.split('-')])
except TypeError:
except ValueError:
import sys
import warnings
import traceback
Expand Down

0 comments on commit 3664da7

Please sign in to comment.