Tying to fix P3 incompatibility
authorAleksey Maksimov <ctpeko3a@gmail.com>
Thu, 13 Feb 2014 14:33:05 +0000 (22:33 +0800)
committerAleksey Maksimov <ctpeko3a@gmail.com>
Thu, 13 Feb 2014 14:33:05 +0000 (22:33 +0800)
setup.py

index 185a7a7dc153129f53ba3289c74382d344ff46e1..65443eda97d614faabdb41a609ce1f7327550ba6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ SHORT_DESCRIPTION = 'A Python API for accessing resources on a Jenkins continuou
 
 try:
     DESCRIPTION = open(os.path.join(PROJECT_ROOT, "README.rst")).read()
-except IOError, _:
+except (IOError, _):
     DESCRIPTION = SHORT_DESCRIPTION
 
 GLOBAL_ENTRY_POINTS = {