convert shebang lines: python -> python3
diff --git a/Demo/comparisons/regextest.py b/Demo/comparisons/regextest.py
index d2c534d..547ee0d 100755
--- a/Demo/comparisons/regextest.py
+++ b/Demo/comparisons/regextest.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 
 # 1)  Regular Expressions Test
 #