summaryrefslogtreecommitdiff
path: root/python/hello.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-11-11 14:45:14 -0500
committerJohn Wiegley <johnw@newartisans.com>2009-11-11 14:45:14 -0500
commita034435c4287aba7fd32ed63a745e560350c924a (patch)
treef0acb080410a32c215c2c1938811cc14d512b580 /python/hello.py
parent5ffa987daf4d97c52066e4c28733d826d3726297 (diff)
parentf0f1b0cdfa3a0a73695eda52b25de71bd40adc5a (diff)
downloadfork-ledger-a034435c4287aba7fd32ed63a745e560350c924a.tar.gz
fork-ledger-a034435c4287aba7fd32ed63a745e560350c924a.tar.bz2
fork-ledger-a034435c4287aba7fd32ed63a745e560350c924a.zip
Merge branch 'next'
Diffstat (limited to 'python/hello.py')
-rw-r--r--python/hello.py7
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