diff --git a/src/calibre/devices/cybookg3/books.py b/src/calibre/devices/cybookg3/books.py index ed3df812db..9ff8aa70a7 100644 --- a/src/calibre/devices/cybookg3/books.py +++ b/src/calibre/devices/cybookg3/books.py @@ -1,5 +1,5 @@ __license__ = 'GPL v3' -__copyright__ = '2009, John Schember = 2000 @@ -236,7 +243,7 @@ class CYBOOKG3(Device): wmi = __import__('wmi', globals(), locals(), [], -1) c = wmi.WMI() for drive in c.Win32_DiskDrive(): - if self._windows_match_device(str(drive.PNPDeviceID)): + if self.__class__.windows_match_device(str(drive.PNPDeviceID)): if drive.Partitions == 0: continue try: