From 91e8378f04d33137f8e6281928ae70af12be3b2b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 10 Nov 2009 14:16:40 -0500 Subject: Fixes to Python importing; removed "hello" precommand --- python/hello.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 python/hello.py (limited to 'python/hello.py') 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 -- cgit v1.2.3