summaryrefslogtreecommitdiff
path: root/python/hello.py
blob: b5b072bbb94dfbd35b17b57bad7527cec297a2e0 (plain)
1
2
3
4
5
6
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