diff options
Diffstat (limited to 'poezio/theming.py')
-rwxr-xr-x | poezio/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/theming.py b/poezio/theming.py index 0cf0f27d..983020a3 100755 --- a/poezio/theming.py +++ b/poezio/theming.py @@ -82,7 +82,7 @@ from importlib import machinery finder = machinery.PathFinder() -class Theme(object): +class Theme: """ The theme class, from which all themes should inherit. All of the following values can be replaced in subclasses, in |