mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 22:09:37 +08:00
remove except only clauses
This commit is contained in:
@@ -8,7 +8,7 @@ import imp
|
||||
import os
|
||||
try:
|
||||
import importlib
|
||||
except:
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
is_py3k = sys.hexversion >= 0x03000000
|
||||
|
||||
Reference in New Issue
Block a user