| commit | 10515b6483b622625838b3636dbb442097bfe7ef | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Fri Sep 15 04:32:56 2000 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Fri Sep 15 04:32:56 2000 +0000 |
| tree | f46f8cf8155bf0064e89344df7830672761db055 | |
| parent | 81c1735809f55a876b8a821a7b9646304afca675 [diff] |
main(): Move hackery of sys.argv until after the Tk instance has been
created. This allows the application-specific Tkinter
initialization to be executed if present. Also pass an explicit
className parameter to the Tk() constructor.
This closes SourceForge bug #110618.