From 62bfa43cbdb0ed81b0c3995cf81242f191568d0f Mon Sep 17 00:00:00 2001 From: qawizard Date: Thu, 20 Apr 2017 12:04:28 +0300 Subject: [PATCH] Fixed issue with installation by pip3 Fixed https://github.com/iki/monkeypatch/issues/1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3fb92d..b8f388c 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def init( if 'debian' in platform.dist(): try: import stdeb - except ImportError, e: + except ImportError as e: pass return setup