]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/wxFileHistory.py
Font updates
[wxWidgets.git] / wxPython / demo / wxFileHistory.py
index 571cb8e9facbb1950272a923ca0c15a6c97d9cb5..8847e2f6792a628b44b45b332b35875314993826 100644 (file)
@@ -118,7 +118,7 @@ list appended to a menu, such as the File menu.
 """
 
 if __name__ == '__main__':
 """
 
 if __name__ == '__main__':
-    import os
+    import sys,os
     import run
     import run
-    run.main(['', os.path.basename(__file__)])
+    run.main(['', os.path.basename(sys.argv[0])])