From 5706ca3011eedaf8961b1a3c574ce7df502be5d4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 19 Jan 2016 00:16:04 +0530 Subject: [PATCH] ... --- src/calibre/devices/winusb.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/calibre/devices/winusb.py b/src/calibre/devices/winusb.py index 2249636095..d7e6e25b90 100644 --- a/src/calibre/devices/winusb.py +++ b/src/calibre/devices/winusb.py @@ -21,9 +21,6 @@ from calibre import prints, as_unicode is64bit = sys.maxsize > (1 << 32) -class NoRemovableDrives(WindowsError): - pass - # Data and function type definitions {{{ class GUID(Structure):