diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py b/lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py index ba0ffabac78..13d5024bad3 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/frame/TestFrames.py @@ -5,7 +5,7 @@ And other SBFrame API tests. from __future__ import print_function -import use_lldb_suite + import os, time import re |