summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
diff options
context:
space:
mode:
authorNicolargo <nicolas@nicolargo.com>2014-10-02 22:13:48 +0200
committerNicolargo <nicolas@nicolargo.com>2014-10-02 22:13:48 +0200
commit736c8ec7ae7db2d5a973fd280a7271b631be8053 (patch)
treee85eca2ef6fd24980c67f24c3411a1a810a02a28 /unitest-restful.py
parent6915cf887d88fb2c41689d91fef23353edc56091 (diff)
Add Tox file for testing
Diffstat (limited to 'unitest-restful.py')
-rwxr-xr-xunitest-restful.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/unitest-restful.py b/unitest-restful.py
index 6f413c8f..061cb13e 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -123,7 +123,7 @@ class TestGlances(unittest.TestCase):
plist = requests.get("%s/%s" % (URL, method))
- print plist.json()
+ print(plist.json())
for p in plist.json():
print("HTTP RESTFul request: %s/%s" % (URL, p))