summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUltrabug <ultrabug@gentoo.org>2015-03-29 14:43:30 +0200
committerUltrabug <ultrabug@gentoo.org>2015-03-29 14:43:30 +0200
commit869cebd0891917fb49590d15e2223e019b532065 (patch)
treee6ebd08c3d6a8ad90b35da6b17624f33519897d8
parent4623bfbe4aebca7a8db21d2e266dd1e3dd6a3adc (diff)
remove code exception on moved empty_class module
-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