summaryrefslogtreecommitdiff
path: root/src/server-tests
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-01-04 17:23:35 +0200
committerLV-426 <lv-426@taproot.org.il>2015-01-04 17:25:14 +0200
commit6e02ed5c06e105d2e9eeb8d80cc5d2e0903f6c5f (patch)
treea93240ac5f101ec22dbc537a7aec5a3c7e4a5d18 /src/server-tests
parent444bf64adb3e9b698ea92090fa7681dbd5339dca (diff)
rename rhizi_server -> rz_server
Diffstat (limited to 'src/server-tests')
-rw-r--r--src/server-tests/test_db_controller.py2
-rw-r--r--src/server-tests/test_rhizi_api.py1
-rw-r--r--src/server-tests/test_util.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/src/server-tests/test_db_controller.py b/src/server-tests/test_db_controller.py
index 8fa2f207..b2b5689e 100644
--- a/src/server-tests/test_db_controller.py
+++ b/src/server-tests/test_db_controller.py
@@ -2,7 +2,7 @@ import unittest
import logging
import db_controller as dbc
-from rhizi_server import Config
+from rz_server import Config
from neo4j_test_util import rand_id
from neo4j_test_util import flush_db
from neo4j_test_util import gen_rand_data
diff --git a/src/server-tests/test_rhizi_api.py b/src/server-tests/test_rhizi_api.py
index bcc60641..0de29e5b 100644
--- a/src/server-tests/test_rhizi_api.py
+++ b/src/server-tests/test_rhizi_api.py
@@ -4,6 +4,7 @@ import rz_api
import json
import logging
+from rz_server import Config
from rhizi_server import Config
from werkzeug.test import EnvironBuilder
from werkzeug.test import Client
diff --git a/src/server-tests/test_util.py b/src/server-tests/test_util.py
index 2c8bb294..e222584e 100644
--- a/src/server-tests/test_util.py
+++ b/src/server-tests/test_util.py
@@ -1,7 +1,7 @@
"""
Various test utilities
"""
-from rhizi_server import init_webapp
+from rz_server import init_webapp
from rz_mesh import init_ws_interface
import db_controller as dbc