Staging
v0.8.1
https://github.com/python/cpython
Revision 720f8dea196640a053135f31be89b652d685e55c authored by Ezio Melotti on 14 May 2011, 03:02:25 UTC, committed by Ezio Melotti on 14 May 2011, 03:02:25 UTC
1 parent d82a887
Raw File
Tip revision: 720f8dea196640a053135f31be89b652d685e55c authored by Ezio Melotti on 14 May 2011, 03:02:25 UTC
Change import_fresh_module to work with packages.
Tip revision: 720f8de
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