Skip to content

Commit decb521

Browse files
committed
-
1 parent 59c64ed commit decb521

File tree

1 file changed

+24
-12
lines changed

1 file changed

+24
-12
lines changed

misc/IDE files/Wing/python_toolbox.wpr

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
# Wing IDE project file #
55
##################################################################
66
[project attributes]
7+
debug.launch-configs = (1,
8+
{'launch-OHU716PSo2P5T54y': ({},
9+
{'name': u'Launch Config 1',
10+
'pypath': ('custom',
11+
path([])),
12+
'runargs': ''})})
713
proj.directory-list = [{'dirloc': loc('../../..'),
814
'excludes': [u'nosetests.xml',
915
u'garlicsim_wx/py2exe_dist',
@@ -18,18 +24,24 @@ proj.directory-list = [{'dirloc': loc('../../..'),
1824
'watch_for_changes': True}]
1925
proj.file-type = 'shared'
2026
proj.home-dir = loc('../../..')
21-
proj.pypath = {None: ('custom',
22-
path(['${WING:PROJECT_HOME}']))}
23-
proj.shared-attribute-names = ['proj.shared-attribute-names',
24-
'proj.directory-list',
25-
'proj.file-list',
26-
'proj.file-type',
27-
'proj.main-file',
28-
'testing.test-file-list',
29-
'testing.auto-test-file-specs',
30-
'testing.test-framework',
31-
'proj.home-dir',
32-
'proj.pypath']
27+
proj.launch-config = {loc('../../../python_toolbox/__init__.py'): ('project',
28+
(u'',
29+
'launch-OHU716PSo2P5T54y')),
30+
loc('../../../python_toolbox/binary_search/binary_search_profile.py'): (''\
31+
'project',
32+
(u'',
33+
'launch-OHU716PSo2P5T54y')),
34+
loc('../../../python_toolbox/cute_iter_tools.py'): ('p'\
35+
'roject',
36+
(u'',
37+
'launch-OHU716PSo2P5T54y')),
38+
loc('../../../test_python_toolbox/test_binary_search/test.py'): (''\
39+
'project',
40+
(u'',
41+
'launch-OHU716PSo2P5T54y')),
42+
loc('../../../run_tests.py'): ('custom',
43+
('',
44+
'launch-OHU716PSo2P5T54y'))}
3345
testing.auto-test-file-specs = [('glob',
3446
'test_python_toolbox/test*.py')]
3547
testing.test-framework = {None: 'nose'}

0 commit comments

Comments
 (0)