summaryrefslogtreecommitdiff
path: root/src/server-tests
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-01-04 17:21:35 +0200
committerLV-426 <lv-426@taproot.org.il>2015-01-04 17:25:14 +0200
commit444bf64adb3e9b698ea92090fa7681dbd5339dca (patch)
tree3a4bc6b4a6b38dfad158ffefccf6faf4a05a5483 /src/server-tests
parentf5494d9233d6f9967c614eef23dee1f29af056c9 (diff)
rename rhizi_api -> rz_api
Diffstat (limited to 'src/server-tests')
-rw-r--r--src/server-tests/test_rhizi_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server-tests/test_rhizi_api.py b/src/server-tests/test_rhizi_api.py
index c404edba..bcc60641 100644
--- a/src/server-tests/test_rhizi_api.py
+++ b/src/server-tests/test_rhizi_api.py
@@ -1,6 +1,6 @@
import unittest
import db_controller as dbc
-import rhizi_api
+import rz_api
import json
import logging