From e012917ceb8b694d2a21f8aafa3359946eacbd42 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 24 Feb 2009 19:30:05 -0400 Subject: Created some new Python scripts under python/ --- python/hello.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/hello.py (limited to 'python/hello.py') diff --git a/python/hello.py b/python/hello.py new file mode 100644 index 00000000..b5b072bb --- /dev/null +++ b/python/hello.py @@ -0,0 +1,7 @@ +import ledger + +def precmd_hello(): + hello = ledger.Value() + hello.set_string("Well, hello yourself! This is Ledger, coming to you from Python Land.") + print hello + return hello -- cgit v1.2.3