diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-05-17 18:09:04 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-05-17 18:09:04 +0300 |
| commit | 547d55621499a26055d59ce2f84516693fffb7aa (patch) | |
| tree | fc1173ee4d0ac6e10c9d4bac6770fefe56b4bf36 /src/server-tests/test_util__rzdoc.py | |
| parent | ba36c0820bc023fe548ec817cb434bc387a1baa2 (diff) | |
DBO_raw_query_set - [!] use discouraged, work around queries the parser can't handle
Diffstat (limited to 'src/server-tests/test_util__rzdoc.py')
| -rw-r--r-- | src/server-tests/test_util__rzdoc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server-tests/test_util__rzdoc.py b/src/server-tests/test_util__rzdoc.py index ffcc2423..f2ad2004 100644 --- a/src/server-tests/test_util__rzdoc.py +++ b/src/server-tests/test_util__rzdoc.py @@ -1,8 +1,8 @@ -from db_op import DBO_cypher_query +from db_op import DBO_raw_query_set import neo4j_util -class DBO_RDG__skill_graph(DBO_cypher_query): +class DBO_RDG__skill_graph(DBO_raw_query_set): def __init__(self, rzdoc, lim_n=50, |
