diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-15 20:10:49 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:21 -0400 |
commit | a8012940f4d15a2e1d8fbdac02a631dae6231b1e (patch) | |
tree | c48a2bf19a954c8103a02e26f9a1a490b8095268 /pyledger.h | |
parent | 20f100cd5a6bd1a972b7905c4fb547b8429676c5 (diff) | |
download | ledger-a8012940f4d15a2e1d8fbdac02a631dae6231b1e.tar.gz ledger-a8012940f4d15a2e1d8fbdac02a631dae6231b1e.tar.bz2 ledger-a8012940f4d15a2e1d8fbdac02a631dae6231b1e.zip |
Removed Python integration support.
Diffstat (limited to 'pyledger.h')
-rw-r--r-- | pyledger.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pyledger.h b/pyledger.h deleted file mode 100644 index 9d8cafdf..00000000 --- a/pyledger.h +++ /dev/null @@ -1,16 +0,0 @@ -#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 <py_eval.h> - -#endif // _PYLEDGER_H |