From 915288f1998164b1d635e8575e2ef36cb2906aaa Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 26 Dec 2016 10:38:25 +0200 Subject: Add missing empty line --- NEWS | 3 +++ ttystatus/fmt.py | 1 + 2 files changed, 4 insertions(+) diff --git a/NEWS b/NEWS index bbeca60..9e6a313 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,9 @@ Version 0.33+git, not yet released --------------------------------- * Require Python 2.7. +* Add a missing empty line needed for PEP8 compliance. This caused a + failure in the test suite, no idea why it wasn't caught when making + the previous release. Version 0.32, released 2016-01-09 --------------------------------- diff --git a/ttystatus/fmt.py b/ttystatus/fmt.py index e0328fb..11c0ce6 100644 --- a/ttystatus/fmt.py +++ b/ttystatus/fmt.py @@ -28,6 +28,7 @@ def _find_widgets(): subclasses = [w for w in widget_classes if w != ttystatus.Widget] return subclasses + widgets = _find_widgets() -- cgit v1.2.1