aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/svn_utils.py
diff options
context:
space:
mode:
authorphilip_thiem <ptthiem+bitbuket@gmail.com>2013-11-21 14:11:23 +0000
committerphilip_thiem <ptthiem+bitbuket@gmail.com>2013-11-21 14:11:23 +0000
commit3f5053737eaf08ad854d40d23743f701d3bbdcc9 (patch)
treed45732c9836cdbd0d02db316dce1743477bd9370 /setuptools/svn_utils.py
parentf5cd7f424d0432cbca7d31648702249f2e76b087 (diff)
downloadexternal_python_setuptools-3f5053737eaf08ad854d40d23743f701d3bbdcc9.tar.gz
external_python_setuptools-3f5053737eaf08ad854d40d23743f701d3bbdcc9.tar.bz2
external_python_setuptools-3f5053737eaf08ad854d40d23743f701d3bbdcc9.zip
small syntax error.
Diffstat (limited to 'setuptools/svn_utils.py')
-rw-r--r--setuptools/svn_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/svn_utils.py b/setuptools/svn_utils.py
index 98a1ff2e..93ddb292 100644
--- a/setuptools/svn_utils.py
+++ b/setuptools/svn_utils.py
@@ -87,7 +87,7 @@ def determine_console_encoding():
if encoding:
codecs.lookup(encoding) # make sure a lookup error is not made
- except locale.Error, LookupError:
+ except (locale.Error, LookupError):
encoding = None
#olders pythons defaulted to this