diff options
author | mathieui <mathieui@mathieui.net> | 2017-10-12 01:23:40 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-10-12 01:23:40 +0200 |
commit | 3317604c6544a488bec749c06a52382971b60790 (patch) | |
tree | c7a8ff4b7019c6b1ab2a69f657dc4c5867ffd29c /poezio/theming.py | |
parent | b29b70da0ff89fc24b2118c047f2071edcd36384 (diff) | |
download | poezio-3317604c6544a488bec749c06a52382971b60790.tar.gz poezio-3317604c6544a488bec749c06a52382971b60790.tar.bz2 poezio-3317604c6544a488bec749c06a52382971b60790.tar.xz poezio-3317604c6544a488bec749c06a52382971b60790.zip |
Fix some excepts (bare, useless, unused)
Diffstat (limited to 'poezio/theming.py')
-rwxr-xr-x | poezio/theming.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/theming.py b/poezio/theming.py index c740b86e..8641ba94 100755 --- a/poezio/theming.py +++ b/poezio/theming.py @@ -487,7 +487,7 @@ def update_themes_dir(option=None, value=None): # system-wide import try: import poezio_themes - except: + except ImportError: pass else: if poezio_themes.__path__: |