diff options
Diffstat (limited to 'Tools/Scripts/webkitpy/tool/servers/reflectionhandler_unittest.py')
-rw-r--r-- | Tools/Scripts/webkitpy/tool/servers/reflectionhandler_unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Scripts/webkitpy/tool/servers/reflectionhandler_unittest.py b/Tools/Scripts/webkitpy/tool/servers/reflectionhandler_unittest.py index d269dfcf5..e1d562364 100644 --- a/Tools/Scripts/webkitpy/tool/servers/reflectionhandler_unittest.py +++ b/Tools/Scripts/webkitpy/tool/servers/reflectionhandler_unittest.py @@ -26,7 +26,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -import unittest +import unittest2 as unittest from webkitpy.tool.servers.reflectionhandler import ReflectionHandler |