From a0ec726202bc69e56e31cf82e85ff2be4bb6fc04 Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 12 Feb 2006 02:45:42 +0000 Subject: [PATCH] Fixed bug where I was using _start instead of start_ --- Readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.txt b/Readme.txt index c90c5c1..ef12583 100644 --- a/Readme.txt +++ b/Readme.txt @@ -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")