bumped client version

This commit is contained in:
Martyn Inglis
2016-02-09 18:48:02 +00:00
parent e6a7e07505
commit d38ba0d36a
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
from datetime import datetime, timedelta
from client.authentication import create_jwt_token
from notifications_python_client.authentication import create_jwt_token
from flask import json, url_for, current_app
from app.dao.api_key_dao import get_unsigned_secrets, save_model_api_key, get_unsigned_secret
from app.models import ApiKey, Service