diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 18:49:50 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 18:49:50 -0400 |
commit | d6fd0cd24f6d1c67f8456ad3f394c3ea9dc7afc4 (patch) | |
tree | 1a0ca1e9db1bfb43ae1a0246c1bbec901aaee04f /python | |
parent | 2b2994e08f9cbcbb2b2f4747be84dc8f958db1db (diff) | |
download | fork-ledger-d6fd0cd24f6d1c67f8456ad3f394c3ea9dc7afc4.tar.gz fork-ledger-d6fd0cd24f6d1c67f8456ad3f394c3ea9dc7afc4.tar.bz2 fork-ledger-d6fd0cd24f6d1c67f8456ad3f394c3ea9dc7afc4.zip |
Removed a redundant comment.
Diffstat (limited to 'python')
-rw-r--r-- | python/pyledger.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/python/pyledger.h b/python/pyledger.h index a298cc05..3d9aa14d 100644 --- a/python/pyledger.h +++ b/python/pyledger.h @@ -32,15 +32,6 @@ #ifndef _PYLEDGER_H #define _PYLEDGER_H -////////////////////////////////////////////////////////////////////// -// -// Ledger Accounting Tool (with Python support via Boost.Python) -// -// A command-line tool for general double-entry accounting. -// -// Copyright (c) 2003,2004 John Wiegley <johnw@newartisans.com> -// - #include <ledger.h> #include <pyinterp.h> |