Enable integration tests on python3 that are already working (#17212)

This commit is contained in:
Toshio Kuratomi
2016-08-24 16:41:05 -07:00
committed by GitHub
parent c7924ab04e
commit 380a5801e9
3 changed files with 2 additions and 25 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env python
print '{"changed":false, "msg":"this is the embedded module"}'
print('{"changed":false, "msg":"this is the embedded module"}')