Move catch except to _common.py

This commit is contained in:
angelblue05 2016-10-27 22:31:58 -05:00
parent 3630f52c07
commit 090ff79e8f
5 changed files with 23 additions and 8 deletions

View file

@ -9,8 +9,8 @@ from ntpath import dirname
import api
import embydb_functions as embydb
import _kodi_tvshows
from _common import Items
from utils import window, settings, language as lang, catch_except
from _common import Items, catch_except
from utils import window, settings, language as lang
##################################################################################################