From: Aleksey Maksimov Date: Thu, 13 Feb 2014 14:33:05 +0000 (+0800) Subject: Tying to fix P3 incompatibility X-Git-Tag: v0.2.23~23^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55e5a4703d1cfa9004ecfb8e2cbb4a8780ad28e8;p=tools%2Fpython-jenkinsapi.git Tying to fix P3 incompatibility --- diff --git a/setup.py b/setup.py index 185a7a7..65443ed 100644 --- 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 = {