Deleting and re-adding to get the execute bit set

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-08-24 20:14:14 +00:00
parent 271cb474f8
commit 799a341cc3
2 changed files with 123 additions and 0 deletions

4
utils/wxPython/demo/demo.py Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env python
import Main
Main.main()