diff options
Diffstat (limited to 'pyledger.h')
-rw-r--r-- | pyledger.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pyledger.h b/pyledger.h new file mode 100644 index 00000000..9d8cafdf --- /dev/null +++ b/pyledger.h @@ -0,0 +1,16 @@ +#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 |