From 811aee1a8ed94f85dde483fa6f1e50e4e1eec46f Mon Sep 17 00:00:00 2001 From: Brian Moskowitz Date: Mon, 10 Sep 2018 11:29:02 -0400 Subject: [PATCH 1/2] Test --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.py b/run_tests.py index f073a59..e4940d9 100755 --- a/run_tests.py +++ b/run_tests.py @@ -1,3 +1,3 @@ #!/usr/bin/python -print('in python') +print('in python again') From bde717fabb3141c06154ffc0643f2a008a7f3abc Mon Sep 17 00:00:00 2001 From: Brian Moskowitz Date: Mon, 10 Sep 2018 11:39:51 -0400 Subject: [PATCH 2/2] Test --- run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.py b/run_tests.py index e4940d9..8805995 100755 --- a/run_tests.py +++ b/run_tests.py @@ -1,3 +1,3 @@ #!/usr/bin/python -print('in python again') +print('in python again 2')