File: libusb1.py

package info (click to toggle)
python-libusb1 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 452 kB
  • sloc: python: 3,707; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
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 *