summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpy3status/__init__.py2
1 files changed, 0 insertions, 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