##// END OF EJS Templates
fix double tooltip...
fix double tooltip there was a possibility of 2 tooltip if clicking in two cell and one that it wasn't able to dismiss

File last commit:

r3408:261328d5
r5524:f1f08567
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *