summaryrefslogtreecommitdiffstats
path: root/src/test/testcases/testAbort.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testcases/testAbort.py')
-rwxr-xr-xsrc/test/testcases/testAbort.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/testcases/testAbort.py b/src/test/testcases/testAbort.py
index eeaceb9c..33314443 100755
--- a/src/test/testcases/testAbort.py
+++ b/src/test/testcases/testAbort.py
@@ -22,6 +22,7 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+from __future__ import print_function
import sys
sys.path.append("targets/p9_nimbus/sbeTest" )
sys.path.append("targets/p9_axone/sbeTest" )
@@ -65,4 +66,4 @@ else:
#sys.exit(1)
else:
print ("\nTest Suite completed with no errors")
- #sys.exit(0); \ No newline at end of file
+ #sys.exit(0);
OpenPOWER on IntegriCloud