-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cache901.wpr
27 lines (27 loc) · 1.16 KB
/
Cache901.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=3.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('.'),
'excludes': [u'cache901',
u'cache901/searchLocs.py',
u'cache901/cfg.py'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True},
{'dirloc': loc('cache901'),
'excludes': (),
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('cache901'),
loc('cache901/kml.py')]
proj.file-type = 'shared'
proj.main-file = loc('cache901/app.py')
testing.auto-test-file-specs = ('test/*.py',
'*Test.py')
testing.test-framework = {None: 'nose'}