diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/event')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py index 05cc38bcd58..ab2005fce90 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/event/TestEvents.py @@ -4,7 +4,7 @@ Test lldb Python event APIs. from __future__ import print_function -import use_lldb_suite + import os, time import re |