##// END OF EJS Templates
Switches to use a better completion API and send the whole line....
Switches to use a better completion API and send the whole line. * sends the whole line of code to get better results * not updated for xemacs yet

File last commit:

r3408:261328d5
r5341:65ce75fd
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *