/[cvs]/joko/TestArea/python/filechooser.py
ViewVC logotype

Annotation of /joko/TestArea/python/filechooser.py

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Mon Jan 20 18:24:53 2003 UTC (21 years, 3 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-python
+ initial check-in

1 joko 1.1 #!python
2     from tkFileDialog import *
3     myPath = askopenfilename(filetypes=[("alle Formate", "*")])
4     print myPath

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed