missing sys import
This commit is contained in:
parent
ef840d00dc
commit
747f2f5415
|
@ -37,6 +37,8 @@ Wrapper for running Python unittest within rosunit/rostest framework.
|
|||
"""
|
||||
from __future__ import with_statement
|
||||
|
||||
import sys
|
||||
|
||||
from .core import create_xml_runner, XML_OUTPUT_FLAG
|
||||
from .baretest import print_unittest_summary
|
||||
|
||||
|
|
Loading…
Reference in New Issue