-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClouds.wpr
53 lines (53 loc) · 2.51 KB
/
Clouds.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#!wing
#!version=6.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
console.toolbox = [{'autosave': False,
'id': 'cmd-01XFEz9mxUzWeOCE',
'io_encoding': None,
'key_binding': None,
'line_mode': True,
'loc': u'/Users/tomrutherford/Dropbox/Code/Wing/clouds/clouds/obj/classifier.py',
'pseudo_tty': False,
'raise_panel': True,
'title': None},
{'autosave': False,
'id': 'cmd-15IVFLLl7XwvY2fn',
'io_encoding': None,
'key_binding': None,
'line_mode': True,
'loc': u'/Users/tomrutherford/Dropbox/Code/Wing/clouds/clouds/main.py',
'pseudo_tty': False,
'raise_panel': True,
'title': None},
{'autosave': False,
'id': 'cmd-W2rI5doHKvPaMJgg',
'io_encoding': None,
'key_binding': None,
'line_mode': True,
'loc': u'/Users/tomrutherford/Dropbox/Code/Wing/clouds/clouds/testing.py',
'pseudo_tty': False,
'raise_panel': True,
'title': None},
{'autosave': False,
'id': 'cmd-fEzgEqJe3FTIQRwP',
'io_encoding': None,
'key_binding': None,
'line_mode': True,
'loc': u'/Users/tomrutherford/Dropbox/Code/Wing/clouds/clouds/tests/util/abortableSim.py',
'pseudo_tty': False,
'raise_panel': True,
'title': None}]
proj.directory-list = [{'dirloc': loc('clouds'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
proj.launch-config = {loc('clouds/tests/util/abortableSim.py'): ('project',
(u'/Users/tomrutherford/Documents/nonDBCode/appSupport/clouds/testSim_468dcie4 \n 1 \'{"/var/folders/w3/v1lzcwh94r54qj8j0r2gttsc0000gn/T/testSim_s8jlu_nt/xor_vrkz4_6n.png": 1}\'\n',
''))}
proj.main-file = loc('clouds/main.py')