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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
1 deletions
-
usb_protocol/emitters/__init__.py
-
usb_protocol/emitters/construct_interop.py
|
|
@@ -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 |