This commit is contained in:
Kovid Goyal 2012-07-09 21:22:35 +05:30
parent 3f6eceb74f
commit 3a48432cad

View File

@ -5,6 +5,10 @@ __license__ = 'GPL v3'
__copyright__ = '2011, Kovid Goyal <kovid@kovidgoyal.net>'
__docformat__ = 'restructuredtext en'
'''
WARNING: The code in this module is deprecated. Use complete2.py instead. This
code remains here for legacy plugin support.
'''
from PyQt4.Qt import (QLineEdit, QAbstractListModel, Qt,
QApplication, QCompleter)