diff --git a/src/calibre/gui2/complete.py b/src/calibre/gui2/complete.py index a0c0307425..ec2720b534 100644 --- a/src/calibre/gui2/complete.py +++ b/src/calibre/gui2/complete.py @@ -5,6 +5,10 @@ __license__ = 'GPL v3' __copyright__ = '2011, Kovid Goyal ' __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)