reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / test / resources / linux / netns / netnsclient.py
index 0918d3b..48e6bf6 100755 (executable)
@@ -20,7 +20,7 @@
 # Test based on netns test/test_core.py file test_run_ping_routing test
 #
 
-
+from __future__ import print_function
 
 from nepi.resources.netns.netnsserver import run_server
 from nepi.resources.linux.netns.netnsclient import LinuxNetNSClient