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