mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
[Python] Unbreak the recently modified tests for python 2.
llvm-svn: 355566
This commit is contained in:
parent
2d6e6cbacc
commit
9a8e777f8c
@ -8,6 +8,7 @@
|
||||
# (lldb) script import lldb.macosx.heap
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
from __future__ import print_function
|
||||
import lldb
|
||||
import optparse
|
||||
import os
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user