Staging
v0.5.1
https://github.com/python/cpython
Revision c59df7d4e916d12bd110701943277f77c1ebd4de authored by Benjamin Peterson on 21 February 2012, 04:13:20 UTC, committed by Benjamin Peterson on 21 February 2012, 04:13:20 UTC
1 parent 7405934
Raw File
Tip revision: c59df7d4e916d12bd110701943277f77c1ebd4de authored by Benjamin Peterson on 21 February 2012, 04:13:20 UTC
a frozenset is better here
Tip revision: c59df7d
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/__pycache__',
                                     u'Doc/build',
                                     u'build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top