Browse Source

Merge pull request #12 from Qyriad/fixes/rename-construct.py

rename construct.py to fix unittest imports
main
Kate Temkin 3 years ago
committed by GitHub
parent
commit
2f8c2a8dc5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      usb_protocol/emitters/__init__.py
  2. +0
    -0
      usb_protocol/emitters/construct_interop.py

+ 1
- 1
usb_protocol/emitters/__init__.py View File

@@ -3,5 +3,5 @@
#
""" USB-related emitters. """

from .construct import emitter_for_format, ConstructEmitter
from .construct_interop import emitter_for_format, ConstructEmitter
from .descriptors.standard import DeviceDescriptorCollection, SuperSpeedDeviceDescriptorCollection

usb_protocol/emitters/construct.py → usb_protocol/emitters/construct_interop.py View File


Loading…
Cancel
Save