From 1aa7d8e25e0072d3ac5433daab30157fd32e40f4 Mon Sep 17 00:00:00 2001 From: Ki Sung Bae Date: Tue, 18 Sep 2012 17:35:26 +0900 Subject: [PATCH] Fixes error of not defined TMDBLocaleError --- tmdb3/locales.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tmdb3/locales.py b/tmdb3/locales.py index 1c41983bc6c..97efec72474 100644 --- a/tmdb3/locales.py +++ b/tmdb3/locales.py @@ -6,6 +6,7 @@ # Author: Raymond Wagner #----------------------- +from tmdb_exceptions import * import locale syslocale = None