mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix stupid typos.
This commit is contained in:
parent
3039992085
commit
f5ae00ad5e
@ -349,7 +349,7 @@ from calibre.devices.bebook.driver import BEBOOK, BEBOOK_MINI
|
|||||||
from calibre.devices.blackberry.driver import BLACKBERRY
|
from calibre.devices.blackberry.driver import BLACKBERRY
|
||||||
from calibre.devices.cybookg3.driver import CYBOOKG3
|
from calibre.devices.cybookg3.driver import CYBOOKG3
|
||||||
from calibre.devices.eb600.driver import EB600
|
from calibre.devices.eb600.driver import EB600
|
||||||
from calibre.devices.irexdr.driver import IRexDR1000
|
from calibre.devices.irexdr.driver import IREXDR1000
|
||||||
from calibre.devices.jetbook.driver import JETBOOK
|
from calibre.devices.jetbook.driver import JETBOOK
|
||||||
from calibre.devices.kindle.driver import KINDLE, KINDLE2, KINDLE_DX
|
from calibre.devices.kindle.driver import KINDLE, KINDLE2, KINDLE_DX
|
||||||
from calibre.devices.prs500.driver import PRS500
|
from calibre.devices.prs500.driver import PRS500
|
||||||
@ -394,7 +394,7 @@ plugins += [
|
|||||||
BLACKBERRY,
|
BLACKBERRY,
|
||||||
CYBOOKG3,
|
CYBOOKG3,
|
||||||
EB600,
|
EB600,
|
||||||
IRexDR1000,
|
IREXDR1000,
|
||||||
JETBOOK,
|
JETBOOK,
|
||||||
KINDLE,
|
KINDLE,
|
||||||
KINDLE2,
|
KINDLE2,
|
||||||
|
@ -160,7 +160,7 @@ class IRexDR1000Input(InputProfile):
|
|||||||
fsizes = [12, 14, 16, 18, 20, 22, 24]
|
fsizes = [12, 14, 16, 18, 20, 22, 24]
|
||||||
|
|
||||||
input_profiles = [InputProfile, SonyReaderInput, MSReaderInput,
|
input_profiles = [InputProfile, SonyReaderInput, MSReaderInput,
|
||||||
MobipocketInput, HanlinV3Input, CybookG3Input, CybookOpus, KindleInput,
|
MobipocketInput, HanlinV3Input, CybookG3Input, CybookOpusInput, KindleInput,
|
||||||
IlliadInput, IRexDR1000Input]
|
IlliadInput, IRexDR1000Input]
|
||||||
|
|
||||||
|
|
||||||
@ -332,6 +332,6 @@ class IRexDR1000Output(OutputProfile):
|
|||||||
fsizes = [12, 14, 16, 18, 20, 22, 24]
|
fsizes = [12, 14, 16, 18, 20, 22, 24]
|
||||||
|
|
||||||
output_profiles = [OutputProfile, SonyReaderOutput, MSReaderOutput,
|
output_profiles = [OutputProfile, SonyReaderOutput, MSReaderOutput,
|
||||||
MobipocketOutput, HanlinV3Output, CybookG3Output, KindleOutput,
|
MobipocketOutput, HanlinV3Output, CybookG3Output, CybookOpusOutput,
|
||||||
SonyReaderLandscapeOutput, KindleDXOutput, IlliadOutput,
|
KindleOutput, SonyReaderLandscapeOutput, KindleDXOutput, IlliadOutput,
|
||||||
IRexDR1000Output]
|
IRexDR1000Output]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user