Test code for float editors

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-24 21:44:02 +00:00
parent 505f70dec6
commit f19533bfd1
2 changed files with 15 additions and 5 deletions

View File

@@ -99,3 +99,11 @@ how things work.
"""
if __name__ == '__main__':
import sys,os
import run
run.main(['', os.path.basename(sys.argv[0])])