From 07414f03ddd0c62a919b387026c1b48225edcfd9 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Fri, 22 Dec 2017 11:12:58 +0100 Subject: Update libraries name in the platform Change-Id: I743254aa58e2fb57b78c23ebc9f5c69049b4905d --- moonv4/moon_wrapper/tests/unit_python/conftest.py | 4 ++-- moonv4/moon_wrapper/tests/unit_python/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'moonv4/moon_wrapper/tests') diff --git a/moonv4/moon_wrapper/tests/unit_python/conftest.py b/moonv4/moon_wrapper/tests/unit_python/conftest.py index 61c3da71..b160ebf6 100644 --- a/moonv4/moon_wrapper/tests/unit_python/conftest.py +++ b/moonv4/moon_wrapper/tests/unit_python/conftest.py @@ -206,8 +206,8 @@ def set_env_variables(): def get_pickled_context(): - from moon_utilities.security_functions import Context - from moon_utilities.cache import Cache + from python_moonutilities.security_functions import Context + from python_moonutilities.cache import Cache CACHE = Cache() CACHE.update() _context = Context(context(), CACHE) diff --git a/moonv4/moon_wrapper/tests/unit_python/requirements.txt b/moonv4/moon_wrapper/tests/unit_python/requirements.txt index 8bd8449f..21975ce3 100644 --- a/moonv4/moon_wrapper/tests/unit_python/requirements.txt +++ b/moonv4/moon_wrapper/tests/unit_python/requirements.txt @@ -1,5 +1,5 @@ flask flask_cors flask_restful -moon_db -moon_utilities \ No newline at end of file +python_moondb +python_moonutilities \ No newline at end of file -- cgit 1.2.3-korg