summaryrefslogtreecommitdiff
path: root/src/server-tests/test_rz_mesh.py
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-01-18 22:09:03 +0200
committerLV-426 <lv-426@taproot.org.il>2015-01-18 22:09:03 +0200
commit1ccae3497a7a013e2f94ce921017e5fa9e9d233f (patch)
tree253a703c441edc9435db99109df587bb2ee593c9 /src/server-tests/test_rz_mesh.py
parent1808ebddb8fb7baf5fea8c1d7cd78071856c7d29 (diff)
mv rand_id() -> neo4j_util.py
Diffstat (limited to 'src/server-tests/test_rz_mesh.py')
-rw-r--r--src/server-tests/test_rz_mesh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server-tests/test_rz_mesh.py b/src/server-tests/test_rz_mesh.py
index 14c53758..511db831 100644
--- a/src/server-tests/test_rz_mesh.py
+++ b/src/server-tests/test_rz_mesh.py
@@ -7,8 +7,8 @@ import urllib2
from model.graph import Attr_Diff
from model.graph import Topo_Diff
-from neo4j_test_util import rand_id
import neo4j_test_util
+from neo4j_util import rand_id
from rz_api_websocket import WebSocket_Graph_NS
import test_util