forked from OSchip/llvm-project
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:
parent
188542fda9
commit
87f5e80614
|
@ -17,13 +17,13 @@ import curses
|
||||||
import datetime
|
import datetime
|
||||||
import math
|
import math
|
||||||
import sys
|
import sys
|
||||||
import test_results
|
|
||||||
import time
|
import time
|
||||||
|
|
||||||
# Third-party modules
|
# Third-party modules
|
||||||
|
|
||||||
# LLDB modules
|
# LLDB modules
|
||||||
from . import lldbcurses
|
from . import lldbcurses
|
||||||
|
from . import test_results
|
||||||
|
|
||||||
class Curses(test_results.ResultsFormatter):
|
class Curses(test_results.ResultsFormatter):
|
||||||
"""Receives live results from tests that are running and reports them to the terminal in a curses GUI"""
|
"""Receives live results from tests that are running and reports them to the terminal in a curses GUI"""
|
||||||
|
|
Loading…
Reference in New Issue