X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/78e8819c2e3e35d6a7383af683e8d14b295462a2..3fce70fbf5dc650636eb51a817c24e4fbb7ad5c8:/wxPython/samples/frogedit/FrogEdit.py diff --git a/wxPython/samples/frogedit/FrogEdit.py b/wxPython/samples/frogedit/FrogEdit.py index 5e2d11d1c6..ee46be3474 100644 --- a/wxPython/samples/frogedit/FrogEdit.py +++ b/wxPython/samples/frogedit/FrogEdit.py @@ -1,4 +1,4 @@ -#!/usr/local/bin/python +#!/usr/bin/env python # simple text editor # @@ -366,4 +366,3 @@ if __name__ == '__main__': launcher = FrogEditLauncher() launcher.Main() -