py25 compat with

This commit is contained in:
Ken Conley 2010-12-17 17:05:30 +00:00
parent 440a0c3d13
commit 889b6ee9cd
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
"""
Wrapper for running Python unittest within rosunit/rostest framework.
"""
from __future__ import with_statement
from .core import create_xml_runner, XML_OUTPUT_FLAG
from .baretest import print_unittest_summary