diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-10 14:16:40 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-10 14:16:40 -0500 |
commit | 91e8378f04d33137f8e6281928ae70af12be3b2b (patch) | |
tree | 1fe03ea8d7eeb21aa4f923373fbbd8c06f536d75 /python/hello.py | |
parent | 5ffa987daf4d97c52066e4c28733d826d3726297 (diff) | |
download | fork-ledger-91e8378f04d33137f8e6281928ae70af12be3b2b.tar.gz fork-ledger-91e8378f04d33137f8e6281928ae70af12be3b2b.tar.bz2 fork-ledger-91e8378f04d33137f8e6281928ae70af12be3b2b.zip |
Fixes to Python importing; removed "hello" precommand
Diffstat (limited to 'python/hello.py')
-rw-r--r-- | python/hello.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/hello.py b/python/hello.py deleted file mode 100644 index b5b072bb..00000000 --- a/python/hello.py +++ /dev/null @@ -1,7 +0,0 @@ -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 |