Stat info for current episode.

This commit is contained in:
luxick
2018-02-27 20:54:10 +01:00
parent 1e4e319ecc
commit 5631718969
7 changed files with 397 additions and 129 deletions

View File

@@ -1,11 +1,11 @@
import gi
import sql_func
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk
from dsst_gtk3.handlers.season_handlers import SeasonHandlers
from dsst_gtk3.handlers.base_data_handlers import BaseDataHandlers
from dsst_gtk3.handlers.dialog_handlers import DialogHandlers
from dsst_gtk3.handlers.death_handlers import DeathHandlers
from dsst_sql import sql_func
class Handlers(SeasonHandlers, BaseDataHandlers, DialogHandlers, DeathHandlers):