diff --git a/src/main/python/sunstone_rest_client/__init__.py b/src/main/python/sunstone_rest_client/__init__.py index 4e5e74f..cbb716c 100644 --- a/src/main/python/sunstone_rest_client/__init__.py +++ b/src/main/python/sunstone_rest_client/__init__.py @@ -10,7 +10,7 @@ try: from logging import NullHandler -except NameError: +except ImportError: from sunstone_rest_client.util import NullHandler