diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-05 21:00:22 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:04 +0300 |
| commit | e4a9ae2a1d181caa666f83e954815c7069c607c5 (patch) | |
| tree | 4342d3ecd59fc1f82080ff520c9622ed74441c15 /src/server-tests/test_db_controller.py | |
| parent | 35ae30e61ad77515f73153bfcc490f6070ef9c85 (diff) | |
rz_server: refactoring rz_config
Diffstat (limited to 'src/server-tests/test_db_controller.py')
| -rw-r--r-- | src/server-tests/test_db_controller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server-tests/test_db_controller.py b/src/server-tests/test_db_controller.py index 98791071..89503e1a 100644 --- a/src/server-tests/test_db_controller.py +++ b/src/server-tests/test_db_controller.py @@ -21,7 +21,7 @@ from neo4j_test_util import DBO_random_data_generation import neo4j_test_util from neo4j_util import Neo4JException from neo4j_util import meta_attr_list_to_meta_attr_map -from rz_server import Config +from rz_config import Config from test_util import generate_random_link_dict from test_util import generate_random_node_dict from test_util__pydev import debug__pydev_pd_arg |
