##// END OF EJS Templates
fix completion when shared start among completion item is null
fix completion when shared start among completion item is null

File last commit:

r3410:21647ae3
r12068:2e02619b
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
Thomas Spura
Also unbundle pexpect...
r3410 try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *