blob: 5b81d7d4130bd00c2686d945cf4dafac2bd8fee6 [file] [log] [blame]
Jack Jansen2095c062002-11-25 13:11:06 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>Python GUI Script</key>
6 <dict>
7 <key>debug</key>
8 <false/>
9 <key>inspect</key>
10 <false/>
11 <key>interpreter_list</key>
12 <array>
13 <string>/usr/local/bin/pythonw</string>
14 <string>/sw/bin/pythonw</string>
15 <string>/Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python</string>
16 <string>/usr/bin/pythonw</string>
17 <string>/Applications/MacPython-OSX/python-additions/Python.app/Contents/MacOS/python</string>
18 </array>
19 <key>nosite</key>
20 <false/>
21 <key>optimize</key>
22 <false/>
23 <key>others</key>
24 <string></string>
25 <key>verbose</key>
26 <false/>
27 <key>with_terminal</key>
28 <false/>
29 </dict>
30 <key>Python Script</key>
31 <dict>
32 <key>debug</key>
33 <false/>
34 <key>inspect</key>
35 <false/>
36 <key>interpreter_list</key>
37 <array>
38 <string>/usr/local/bin/python</string>
39 <string>/sw/bin/python</string>
40 <string>/Library/Frameworks/Python.framework/Versions/Current/bin/python</string>
41 <string>/usr/bin/python</string>
42 </array>
43 <key>nosite</key>
44 <false/>
45 <key>optimize</key>
46 <false/>
47 <key>others</key>
48 <string></string>
49 <key>verbose</key>
50 <false/>
51 <key>with_terminal</key>
52 <true/>
53 </dict>
54 <key>Python Bytecode Document</key>
55 <dict>
56 <key>debug</key>
57 <false/>
58 <key>inspect</key>
59 <false/>
60 <key>interpreter_list</key>
61 <array>
62 <string>/usr/local/bin/python</string>
63 <string>/sw/bin/python</string>
64 <string>/Library/Frameworks/Python.framework/Versions/Current/bin/python</string>
65 <string>/usr/bin/python</string>
66 </array>
67 <key>nosite</key>
68 <false/>
69 <key>optimize</key>
70 <false/>
71 <key>others</key>
72 <string></string>
73 <key>verbose</key>
74 <false/>
75 <key>with_terminal</key>
76 <true/>
77 </dict>
78</dict>
79</plist>