Staging
v0.5.1
https://github.com/python/cpython
Revision fdd8e8b4ffb68a4e8749bdc3b130fea7bbbf821e authored by Miss Islington (bot) on 18 March 2018, 20:25:15 UTC, committed by GitHub on 18 March 2018, 20:25:15 UTC
(cherry picked from commit 3fe33043ee83d19e15551094fc1e0984617ded3c)

Co-authored-by: xdegaye <xdegaye@gmail.com>
1 parent a90df50
Raw File
Tip revision: fdd8e8b4ffb68a4e8749bdc3b130fea7bbbf821e authored by Miss Islington (bot) on 18 March 2018, 20:25:15 UTC
bpo-19417: Add test_bdb.py (GH-5217)
Tip revision: fdd8e8b
python-wing5.wpr
#!wing
#!version=5.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