Merge pull request #503 from mgh3326/master

update python3.py shebang line
This commit is contained in:
Mike Donaghy
2019-07-23 07:30:20 -05:00
committed by GitHub

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env python
#!/usr/bin/env python3
print("Hello World")