From 3a48432cad6a4eb305ea7b2a089f5ddc1669ca7e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Jul 2012 21:22:35 +0530 Subject: [PATCH] ... --- src/calibre/gui2/complete.py | 4 ++++ 1 file changed, 4 insertions(+) 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)