File: libusb1.py

package info (click to toggle)
python-libusb1 3.3.1%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: python: 3,259; sh: 98; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (6)
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 *