X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fa876ca9ec87e90605808bfcab4d4226965dbad..db4daa84f5d138d1fa045b6585832aa4eeeb4682:/wxPython/demo/TablePrint.py diff --git a/wxPython/demo/TablePrint.py b/wxPython/demo/TablePrint.py index c0e60c7c8b..683ba911e9 100644 --- a/wxPython/demo/TablePrint.py +++ b/wxPython/demo/TablePrint.py @@ -1,14 +1,3 @@ -# 11/13/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Updated for wx namespace -# o Color preview example generates deprecation warnings. -# -# 11/26/2003 - Jeff Grimmett (grimmtooth@softhome.net) -# -# o Note: wx.NamedColour must remain because printout.py requiress it. -# o printout.py is generating a snootful of errors all related to the -# requirement for tuples on the base DC calls now -# import os @@ -218,5 +207,5 @@ when the framework allows for it. if __name__ == '__main__': import sys,os import run - run.main(['', os.path.basename(sys.argv[0])]) + run.main(['', os.path.basename(sys.argv[0])] + sys.argv[1:])