Skip to content

Commit e2eb044

Browse files
committed
wing files
1 parent 2d7ba3b commit e2eb044

File tree

2 files changed

+24
-11
lines changed

2 files changed

+24
-11
lines changed

misc/IDE files/Wing/python_toolbox_py2.wpr

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,18 @@ proj.directory-list = [{'dirloc': loc('../../..'),
3434
'watch_for_changes': True}]
3535
proj.file-type = 'shared'
3636
proj.home-dir = loc('../../..')
37-
proj.launch-config = {loc('../../../../../../Desktop/fuck.py'): ('project',
38-
(u'',
39-
'launch-OHU716PSo2P5T54y')),
40-
loc('file:g:/Dropbox/Scripts and shortcuts/watch_for_bad_tsl_login_and_photograph.py'): (''\
41-
'project',
42-
(u'',
43-
'launch-OHU716PSo2P5T54y'))}
37+
proj.shared-attribute-names = ['proj.shared-attribute-names',
38+
'proj.directory-list',
39+
'proj.file-list',
40+
'proj.file-type',
41+
'proj.main-file',
42+
'proj.home-dir',
43+
'testing.auto-test-file-specs',
44+
'testing.test-file-list',
45+
'testing.test-framework',
46+
'debug.named-entry-points',
47+
'debug.launch-configs',
48+
'console.toolbox']
4449
testing.auto-test-file-specs = [('glob',
4550
'test_python_toolbox/test*.py')]
4651
testing.test-framework = {None: 'nose'}

misc/IDE files/Wing/python_toolbox_py3.wpr

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,18 @@ proj.directory-list = [{'dirloc': loc('../../..'),
3434
'watch_for_changes': True}]
3535
proj.file-type = 'shared'
3636
proj.home-dir = loc('../../..')
37-
proj.launch-config = {loc('../../../source_py3/python_toolbox/cute_iter_tools.py'): (''\
38-
'project',
39-
(u'',
40-
'launch-OHU716PSo2P5T54y'))}
37+
proj.shared-attribute-names = ['proj.shared-attribute-names',
38+
'proj.directory-list',
39+
'proj.file-list',
40+
'proj.file-type',
41+
'proj.main-file',
42+
'proj.home-dir',
43+
'testing.auto-test-file-specs',
44+
'testing.test-file-list',
45+
'testing.test-framework',
46+
'debug.named-entry-points',
47+
'debug.launch-configs',
48+
'console.toolbox']
4149
testing.auto-test-file-specs = [('glob',
4250
'test_python_toolbox/test*.py')]
4351
testing.test-framework = {None: 'nose'}

0 commit comments

Comments
 (0)