ledger/pyledger.cc
John Wiegley 9039e728b2 All system headers (except Boost) now included through system.hh;
also, added support for pre-compiled headers since I'm now using a
centralized resource for system headers.
2008-04-13 03:38:31 -04:00

8 lines
128 B
C++

#include "py_eval.h"
using namespace boost::python;
BOOST_PYTHON_MODULE(ledger)
{
ledger::initialize_ledger_for_python();
}