fixe some testing issues

This commit is contained in:
Bastian Schroll 2019-03-01 12:20:48 +01:00
parent aeaea325e9
commit 61b4cc6631
5 changed files with 6 additions and 7 deletions

View file

@ -17,7 +17,7 @@
import logging
import pytest
from boswatch.packet.packet import Packet
from boswatch.packet import Packet
class Test_Packet: