This commit is contained in:
Kovid Goyal 2014-08-12 10:28:58 +05:30
parent 0c7674f9a5
commit a96db07fa4

View File

@ -206,7 +206,7 @@ class UploadInstallers(Command): # {{{
class UploadUserManual(Command): # {{{
description = 'Build and upload the User Manual'
# sub_commands = ['manual']
sub_commands = ['manual']
def build_plugin_example(self, path):
from calibre import CurrentDir