Commit 76f471d9 authored by hupantingxue's avatar hupantingxue

Fix issue:

    python 3.x print function;
parent 4ca44058
...@@ -94,5 +94,5 @@ def device_regid(*types): ...@@ -94,5 +94,5 @@ def device_regid(*types):
return registration_id return registration_id
if "__main__" == __name__: if "__main__" == __name__:
print add("1", "2") print (add("1", "2"))
print device_tag(add("a", "b"), remove('1', '2')) print (device_tag(add("a", "b"), remove('1', '2')))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment