Staging
v0.5.1
https://github.com/python/cpython
Revision 54a5247837a97d8833dc6eba72df0826afe4558d authored by Miss Islington (bot) on 17 May 2018, 09:17:35 UTC, committed by Ned Deily on 17 May 2018, 09:17:35 UTC
(cherry picked from commit 74fc9c0c09ba72de39f9b71a61ac8506304b6266)

Co-authored-by: Thomas Jones <thomas@tomtecsolutions.com>
1 parent 216a277
Raw File
Tip revision: 54a5247837a97d8833dc6eba72df0826afe4558d authored by Miss Islington (bot) on 17 May 2018, 09:17:35 UTC
Update Python Folder.icns icon file to match new macOS look (GH-1780) (GH-6930)
Tip revision: 54a5247
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/unittest/__pycache__',
                                     u'Lib/unittest/test/__pycache__',
                                     u'Lib/__pycache__',
                                     u'build',
                                     u'Doc/build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top