1
0
forked from VimPlug/jedi

Changed is_node so it can actually deal with InstanceElements.

This commit is contained in:
Dave Halter
2014-11-13 01:15:44 +01:00
parent 1ab67ebbba
commit 541b8872d0
2 changed files with 9 additions and 4 deletions

View File

@@ -327,9 +327,10 @@ except ImportError as i_a:
try:
import math
except ImportError, i_b:
#? ['i_b']
# TODO check this only in Python2
##? ['i_b']
i_b
#? ImportError()
##? ImportError()
i_b