fixing refcursion issue for using .pdp instead of using __pdp and the 69/49869/3
authorsgdt6900 <rhanafy.ext@orange.com>
Tue, 2 Jan 2018 16:38:59 +0000 (18:38 +0200)
committersgdt6900 <rhanafy.ext@orange.com>
Tue, 2 Jan 2018 16:49:46 +0000 (18:49 +0200)
commit52d037e757ac2189978e1129f469929fe73a9b7f
treeb73b0ef2675280816c6046339d8e58f2a5d72985
parent61f2cf146856955cf2de3a95a52acc96f1b6088d
fixing refcursion issue for using .pdp instead of using __pdp and the
same for container_chaining

adding request wrapper to handle any request failure
apply request wrapper to cache module

Change-Id: I53b4f96a0d03a89b50a9e2eb20a3171cc2b2f6da
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
python_moonutilities/python_moonutilities/cache.py
python_moonutilities/python_moonutilities/request_wrapper.py [new file with mode: 0644]
python_moonutilities/tests/unit_python/test_cache.py