summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-09-23 21:54:11 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-09-23 21:54:11 -0400
commit1416f3b97841e27e94220a1f37c70484c25ff37c (patch)
treec7e18c98656c70b78e02a20f9bae15093ea57051 /main.py
parent7a195320498ad75297fcbd47dcf31e7dd6b8d9af (diff)
downloadfork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.tar.gz
fork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.tar.bz2
fork-ledger-1416f3b97841e27e94220a1f37c70484c25ff37c.zip
a bit more refactoring
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 74e65c8a..8cbfcff9 100755
--- a/main.py
+++ b/main.py
@@ -118,7 +118,7 @@ config.process_options(command, args);
new_entry = None
if command == "e":
- new_entry = journal.derive_entry (args)
+ new_entry = derive_new_entry (journal, args)
if new_entry is None:
sys.exit (1)