diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-07-25 23:09:25 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2010-07-25 23:09:25 (GMT) |
commit | bd6c079552c51fbd0a851ca389647549a1d23b57 (patch) | |
tree | 33aa15bf3ebd7f04c1c27feb0adaf0511271a27a /Misc/python-wing.wpr | |
parent | 4d4d1ce7a7ee54b071c4e8436dd52725dc301670 (diff) | |
download | cpython-bd6c079552c51fbd0a851ca389647549a1d23b57.zip cpython-bd6c079552c51fbd0a851ca389647549a1d23b57.tar.gz cpython-bd6c079552c51fbd0a851ca389647549a1d23b57.tar.bz2 |
Issue #4686 - add .args to exceptions in the configparsermodule
Diffstat (limited to 'Misc/python-wing.wpr')
-rw-r--r-- | Misc/python-wing.wpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-wing.wpr b/Misc/python-wing.wpr index b1d905d..abe7894 100644 --- a/Misc/python-wing.wpr +++ b/Misc/python-wing.wpr @@ -5,7 +5,7 @@ ################################################################## [project attributes] proj.directory-list = [{'dirloc': loc('..'), - 'excludes': (), + 'excludes': [u'Lib/__pycache__'], 'filter': '*', 'include_hidden': False, 'recursive': True, |