X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e4a197e4c60e461b8068b0619692ea083e30b8b..72858fcf67bf670ea18fe48a6b039d61afa87131:/wxPython/demo/Unicode.py diff --git a/wxPython/demo/Unicode.py b/wxPython/demo/Unicode.py index c6910a05c4..ec8a052bf9 100644 --- a/wxPython/demo/Unicode.py +++ b/wxPython/demo/Unicode.py @@ -139,3 +139,12 @@ and then pass the unicode to the wxPython method. """ + + + + +if __name__ == '__main__': + import sys,os + import run + run.main(['', os.path.basename(sys.argv[0])]) +