diff options
Diffstat (limited to 'mvc/openfiles.py')
-rw-r--r-- | mvc/openfiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mvc/openfiles.py b/mvc/openfiles.py index 1025719..49de26e 100644 --- a/mvc/openfiles.py +++ b/mvc/openfiles.py @@ -31,7 +31,7 @@ def _open_path(path): if check_kde(): _open_path_kde(path) else: - _open_path_gnome(path) + _open_path_gnome(path) elif sys.platform == 'win32': _open_path_windows(path) else: |