Little samples updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-12 17:56:45 +00:00
parent 198f875b6c
commit 4491d3aed1
3 changed files with 3 additions and 5 deletions

View File

@@ -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()