diff options
Diffstat (limited to 'py3status/__init__.py')
| -rwxr-xr-x | py3status/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 5cc91a5..40baa65 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -1131,7 +1131,7 @@ class Py3statusWrapper(): if not f_name.endswith('.py'): continue - module_name = f_name.rstrip('.py') + module_name = f_name[:-3] if self.py3_modules: # i3status.conf based behaviour (using order += 'xx') |
