Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/python/asterisk/test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
from .test_config import TestConfig
from .test_config import PCAP_AVAILABLE
from .test_conditions import TestConditionController
# This needs to be the PcapListener from the pcap_listener module
# not the one from the .pcap module.
from pcap_listener import PcapListener

LOGGER = None

Expand Down