Skip to content

Commit

Permalink
except correct error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Hilmann authored and Arne Hilmann committed Apr 8, 2016
1 parent 51742a8 commit dd04df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/sunstone_rest_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

try:
from logging import NullHandler
except NameError:
except ImportError:
from sunstone_rest_client.util import NullHandler


Expand Down

0 comments on commit dd04df1

Please sign in to comment.