mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-07 15:24:00 +00:00
fixe some testing issues
This commit is contained in:
parent
aeaea325e9
commit
61b4cc6631
5 changed files with 6 additions and 7 deletions
|
|
@ -16,9 +16,9 @@
|
|||
"""
|
||||
import logging
|
||||
|
||||
from boswatch.descriptor.descriptor import Descriptor
|
||||
from boswatch.descriptor.descriptor import DescriptionList
|
||||
from boswatch.packet.packet import Packet
|
||||
from module.descriptor import Descriptor
|
||||
from module.descriptor import DescriptionList
|
||||
from boswatch.packet import Packet
|
||||
|
||||
|
||||
class Test_Descriptor:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue