Imported Upstream version 1.22.0
[platform/upstream/grpc.git] / tools / run_tests / start_port_server.py
index 0eeceb4..cca9859 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/env python
 
 # Copyright 2017 gRPC authors.
 #
@@ -27,4 +27,4 @@ import python_utils.start_port_server as start_port_server
 
 start_port_server.start_port_server()
 
-print "Port server started successfully"
+print("Port server started successfully")