mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Merge branch 'this-n-that' into wxPy-4.0.x
(cherry picked from commit 2e5430d57f)
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
import os
|
||||
import Main
|
||||
|
||||
demoDir = os.path.dirname(os.path.abspath(__file__))
|
||||
sys.path.insert(0, demoDir)
|
||||
os.chdir(demoDir)
|
||||
Main.main()
|
||||
|
||||
Reference in New Issue
Block a user