mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Add missing import and supported OS.
This commit is contained in:
parent
2d2ec5fb51
commit
eb6fd6a3b1
@ -11,6 +11,7 @@ Device driver for Bookeen's Cybook Gen 3
|
||||
import os
|
||||
from itertools import cycle
|
||||
|
||||
from calibre import islinux
|
||||
from calibre.devices.usbms.driver import USBMS
|
||||
import calibre.devices.cybookg3.t2b as t2b
|
||||
|
||||
|
@ -101,7 +101,7 @@ class GER2(EB600):
|
||||
|
||||
name = 'Ganaxa GeR2 Device Interface'
|
||||
gui_name = 'Ganaxa GeR2'
|
||||
supported_platforms = ['windows']
|
||||
supported_platforms = ['windows', 'linux']
|
||||
|
||||
FORMATS = ['pdf']
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user