Fixed bug where I was using _start instead of start_

This commit is contained in:
markm 2006-02-12 02:45:42 +00:00
parent 81ade6e3d7
commit a0ec726202
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Sendkeys http://www.rutherfurd.net/python/sendkeys/index.html
To check you have it installed correctly
run Python
>>> import application
>>> app = application.Application()._start("notepad")
>>> app = application.Application().start_("notepad")
>>> app.notepad.TypeKeys("%FX")