missing sys import

This commit is contained in:
Ken Conley 2011-04-12 08:06:10 +00:00
parent ef840d00dc
commit 747f2f5415
1 changed files with 2 additions and 0 deletions

View File

@ -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