Fix up curses_results.py for new package specification requirement.

This was breaking but probably missed since it is currently
infrequently used.

llvm-svn: 252438
This commit is contained in:
Todd Fiala 2015-11-09 00:23:01 +00:00
parent 188542fda9
commit 87f5e80614
1 changed files with 1 additions and 1 deletions

View File

@ -17,13 +17,13 @@ import curses
import datetime
import math
import sys
import test_results
import time
# Third-party modules
# LLDB modules
from . import lldbcurses
from . import test_results
class Curses(test_results.ResultsFormatter):
"""Receives live results from tests that are running and reports them to the terminal in a curses GUI"""