blob: 4056fec0db3ab8b148f95f76a338fbbbcdff552c (
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 <pyinterp.h>
#endif // _PYLEDGER_H
|