diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-05 21:14:13 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-12 14:59:05 +0300 |
| commit | f28c6af4846a3fa31e80ddf218acf433290930b0 (patch) | |
| tree | 9b71a6fb6d5db2a00070f4919e0ea4aa9d76dc94 /src/server-tests/test_neo4j_cypher.py | |
| parent | fecd18c77b8b991f7cb9e1eda052c78f5a419d0d (diff) | |
rename: config -> rz_config
Diffstat (limited to 'src/server-tests/test_neo4j_cypher.py')
| -rw-r--r-- | src/server-tests/test_neo4j_cypher.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server-tests/test_neo4j_cypher.py b/src/server-tests/test_neo4j_cypher.py index 49f5f224..1c4daae8 100644 --- a/src/server-tests/test_neo4j_cypher.py +++ b/src/server-tests/test_neo4j_cypher.py @@ -11,7 +11,7 @@ from neo4j_cypher import Cypher_Parser, DB_Query from neo4j_qt import QT_RZDOC_NS_Filter import neo4j_test_util from neo4j_util import meta_attr_list_to_meta_attr_map -from rz_config import Config +from rz_config import RZ_Config from rz_server import init_log from test_util import generate_random_node_dict, generate_random_link_dict, \ generate_random_RZDoc @@ -22,7 +22,7 @@ class Test_DB_Op(unittest.TestCase): @classmethod def setUpClass(self): - cfg = Config.init_from_file('res/etc/rhizi-server.conf') + cfg = RZ_Config.init_from_file('res/etc/rhizi-server.conf') self.log = init_log(cfg) def setUp(self): |
