summaryrefslogtreecommitdiff
path: root/python/hello.py
diff options
context:
space:
mode:
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