This commit is contained in:
Kovid Goyal 2017-05-03 15:56:00 +05:30
parent 28e54545b2
commit e8371dc78a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -13,5 +13,4 @@ sys.extensions_location = os.path.join(SRC, 'calibre', 'plugins')
sys.running_from_setup = True
from calibre.utils.ipc.worker import main
print(111111111111)
sys.exit(main())