blob: 9d8cafdf1e585fc312062bde499299a4b7bde582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|