diff options
Diffstat (limited to 'lldb/examples/python/delta.py')
-rwxr-xr-x | lldb/examples/python/delta.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/examples/python/delta.py b/lldb/examples/python/delta.py index bb52cad633f..1a1f060c5e5 100755 --- a/lldb/examples/python/delta.py +++ b/lldb/examples/python/delta.py @@ -16,7 +16,6 @@ # available. #---------------------------------------------------------------------- -import commands from __future__ import print_function import optparse |