mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-05 10:58:07 +01:00
Remove yet another superfluous try-except from meter import
Follow-up fix for commit be94132298691c1d78875a440de97f4d819afd7c ("Remove superfluous try-except from meter import").
This commit is contained in:
parent
40ffe7e488
commit
e608200414
@ -33,10 +33,7 @@ except ImportError:
|
|||||||
|
|
||||||
from .conf import config, cookiejar
|
from .conf import config, cookiejar
|
||||||
|
|
||||||
try:
|
from .meter import TextMeter
|
||||||
from .meter import TextMeter
|
|
||||||
except:
|
|
||||||
TextMeter = None
|
|
||||||
|
|
||||||
change_personality = {
|
change_personality = {
|
||||||
'i686': 'linux32',
|
'i686': 'linux32',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user