Update theme.py

This commit is contained in:
Michael Lazar
2018-04-02 12:01:14 -04:00
committed by GitHub
parent 455faed9e7
commit ec951cf163

View File

@@ -554,3 +554,5 @@ class ThemeList(object):
def previous(self, theme): def previous(self, theme):
return self._step(theme, -1) return self._step(theme, -1)