Added a missing import.

- Legacy-Id: 11457
This commit is contained in:
Henrik Levkowetz 2016-06-22 13:50:53 +00:00
parent d01d3c2912
commit 52456c6207

View file

@ -1,3 +1,6 @@
# Copyright The IETF Trust 2016, All Rights Reserved
import sys
import time
from pyquery import PyQuery
from unittest import skipIf