ledger/python/hello.py
2009-02-24 19:33:03 -04:00

7 lines
190 B
Python

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