zephyr_mirror: Append our elements to the start of sys.path.
(imported from commit 674848bcac71d5bd28549f14a5da0f72c6c59d69)
This commit is contained in:
parent
205ad41a22
commit
0cb9a8321b
|
@ -12,9 +12,8 @@ import textwrap
|
|||
import signal
|
||||
|
||||
root_path = "/mit/tabbott/for_friends"
|
||||
sys.path.append(root_path)
|
||||
sys.path.append(root_path + "/python-zephyr")
|
||||
sys.path.append(root_path + "/python-zephyr/build/lib.linux-x86_64-2.6/")
|
||||
sys.path[:0] = [root_path, root_path + "/python-zephyr",
|
||||
root_path + "/python-zephyr/build/lib.linux-x86_64-2.6/"]
|
||||
|
||||
parser = optparse.OptionParser()
|
||||
parser.add_option('--forward-class-messages',
|
||||
|
|
Loading…
Reference in a new issue