From ec951cf163318dfb949681d3564bc3ec427822f4 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Mon, 2 Apr 2018 12:01:14 -0400 Subject: [PATCH] Update theme.py --- rtv/theme.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtv/theme.py b/rtv/theme.py index 8ecd971..cce0b09 100644 --- a/rtv/theme.py +++ b/rtv/theme.py @@ -554,3 +554,5 @@ class ThemeList(object): def previous(self, theme): return self._step(theme, -1) + +