diff --git a/run_tests.py b/run_tests.py index 072fe01..0b76d5f 100644 --- a/run_tests.py +++ b/run_tests.py @@ -23,8 +23,7 @@ if __name__ == '__main__': # Run the tests for fname in test_files: - print 'Running "%s"...'%(os.path.splitext(os.path.split(fname)[-1])[0]) + print('Running "%s"...'%(os.path.splitext(os.path.split(fname)[-1])[0])) doctest.testfile(fname) - print 'Finished!' - + print('Finished!')