[Python] Unbreak the recently modified tests for python 2.

llvm-svn: 355566
This commit is contained in:
Davide Italiano 2019-03-06 23:50:36 +00:00
parent 2d6e6cbacc
commit 9a8e777f8c
3 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@
# (lldb) script import lldb.macosx.heap
#----------------------------------------------------------------------
from __future__ import print_function
import lldb
import optparse
import os

View File

@ -26,6 +26,7 @@
# PYTHONPATH=/path/to/LLDB.framework/Resources/Python ./crashlog.py ~/Library/Logs/DiagnosticReports/a.crash
#----------------------------------------------------------------------
from __future__ import print_function
import cmd
import datetime
import glob

View File

@ -26,6 +26,7 @@
# PYTHONPATH=/path/to/LLDB.framework/Resources/Python ./crashlog.py ~/Library/Logs/DiagnosticReports/a.crash
#----------------------------------------------------------------------
from __future__ import print_function
import lldb
import optparse
import os