diff --git a/libusb1.py b/libusb1.py deleted file mode 100644 index c159867..0000000 --- a/libusb1.py +++ /dev/null @@ -1,8 +0,0 @@ -import warnings -warnings.warn( - 'Importing this module should not be needed, everything intended to be ' - 'exposed should be available in usb1 module.', - DeprecationWarning, -) -del warnings -from usb1.libusb1 import *