diff options
Diffstat (limited to 'deploy/restful.py')
-rw-r--r-- | deploy/restful.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/restful.py b/deploy/restful.py index 44e461c4..324d159a 100644 --- a/deploy/restful.py +++ b/deploy/restful.py @@ -19,6 +19,7 @@ import json import logging import requests + class Client(object): """compass restful api wrapper""" |