From 869cebd0891917fb49590d15e2223e019b532065 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sun, 29 Mar 2015 14:43:30 +0200 Subject: remove code exception on moved empty_class module --- py3status/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/py3status/__init__.py b/py3status/__init__.py index fe8be93..9d877c8 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -1638,8 +1638,6 @@ class Py3statusWrapper(): print_stderr('Available modules:') for mod_name, mod_path in sorted(user_modules.items()): - if mod_name == 'empty_class': - continue self.print_module_description(details, mod_name, mod_path) elif cmd[:2] in (['modules', 'enable'], ['modules', 'disable']): # TODO: to be implemented -- cgit v1.3