From 9f08718ac0a75706ad135d636cc1b3de3b342d81 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 8 Mar 2013 15:19:46 +0530 Subject: [PATCH] ... --- src/calibre/customize/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/customize/__init__.py b/src/calibre/customize/__init__.py index dfead858cd..10ae198b52 100644 --- a/src/calibre/customize/__init__.py +++ b/src/calibre/customize/__init__.py @@ -296,7 +296,8 @@ class Plugin(object): # {{{ def cli_main(self, args): ''' This method is the main entry point for your plugins command line - interface. It is called when the user does: calibre-debug + interface. It is called when the user does: calibre-debug -r "Plugin + Name". Any arguments passed are present in the args variable. ''' raise NotImplementedError('The %s plugin has no command line interface' %self.name)