Merge pull request #172 from alphagov/upgrade_notifications_python_client

notifications-python_client upgraded to 0.2.5
This commit is contained in:
Rebecca Law
2016-02-12 09:46:15 +00:00
14 changed files with 16 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
from client.notifications import BaseAPIClient
from client.errors import (
from notifications_python_client.notifications import BaseAPIClient
from notifications_python_client.errors import (
HTTPError,
InvalidResponse
)