-
Notifications
You must be signed in to change notification settings - Fork 1
/
class_only_design.wpr
27 lines (27 loc) · 1.16 KB
/
class_only_design.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
#!wing
#!version=7.0
##################################################################
# Wing project file #
##################################################################
[project attributes]
console.toolbox = [{'autosave': False,
'id': 'cmd-NYHX8PCN0FQtdIJK',
'io_encoding': None,
'key_binding': None,
'line_mode': True,
'loc': u'/Users/tomrutherford/Documents/nonDBCode/class_only_design/class_only_design/meta.py',
'pseudo_tty': False,
'raise_panel': True,
'shared': False,
'title': None}]
proj.directory-list = [{'dirloc': loc('class_only_design'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('setup.py'),
loc('tox.ini')]
proj.file-type = 'shared'
testing.auto-test-file-specs = (('glob',
'test_*.py'),)