diff options
Diffstat (limited to 'lldb/examples/python/globals.py')
-rwxr-xr-x | lldb/examples/python/globals.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/examples/python/globals.py b/lldb/examples/python/globals.py index 1b18ed42dcb..3e773441642 100755 --- a/lldb/examples/python/globals.py +++ b/lldb/examples/python/globals.py @@ -10,7 +10,6 @@ from __future__ import print_function import lldb -import commands import optparse import os import shlex |