Add missing import and supported OS.

This commit is contained in:
John Schember 2009-12-13 09:25:14 -05:00
parent 2d2ec5fb51
commit eb6fd6a3b1
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Device driver for Bookeen's Cybook Gen 3
import os import os
from itertools import cycle from itertools import cycle
from calibre import islinux
from calibre.devices.usbms.driver import USBMS from calibre.devices.usbms.driver import USBMS
import calibre.devices.cybookg3.t2b as t2b import calibre.devices.cybookg3.t2b as t2b

View File

@ -101,7 +101,7 @@ class GER2(EB600):
name = 'Ganaxa GeR2 Device Interface' name = 'Ganaxa GeR2 Device Interface'
gui_name = 'Ganaxa GeR2' gui_name = 'Ganaxa GeR2'
supported_platforms = ['windows'] supported_platforms = ['windows', 'linux']
FORMATS = ['pdf'] FORMATS = ['pdf']