AssistantEric/Assistant.py

changeset 77
e96c89dd66a7
parent 76
add31149e0b1
child 84
67197c1f11eb
equal deleted inserted replaced
74:9ac338de7a2b 77:e96c89dd66a7
5 5
6 """ 6 """
7 Module implementing the eric assistant, an alternative autocompletion and 7 Module implementing the eric assistant, an alternative autocompletion and
8 calltips system. 8 calltips system.
9 """ 9 """
10
11 from __future__ import unicode_literals # __IGNORE_WARNING__
10 12
11 import re 13 import re
12 import imp 14 import imp
13 15
14 from PyQt4.QtCore import QRegExp, QObject 16 from PyQt4.QtCore import QRegExp, QObject

eric ide

mercurial