From 129e7572849852eb223f6b13bad48b727955af7e Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 7 Jan 2013 00:29:22 +0200 Subject: Fix usage instructions now that we use __lldb_init_module Change-Id: I3ba7009f6c44312afda6e3aaa78ca82dd6ece545 --- solenv/lldb/libreoffice/LO.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'solenv/lldb/libreoffice') diff --git a/solenv/lldb/libreoffice/LO.py b/solenv/lldb/libreoffice/LO.py index 352bb3141533..5978c343dae0 100644 --- a/solenv/lldb/libreoffice/LO.py +++ b/solenv/lldb/libreoffice/LO.py @@ -26,9 +26,7 @@ # instead of those above. # To use, add something like this to your ~/.lldbinit: - -# script sys.path[:0] = [os.path.expanduser('~/lo/ios/solenv/lldb/libreoffice')] -# script import LO +# command script import '~/lo/sim/solenv/lldb/libreoffice/LO.py' import lldb -- cgit