summaryrefslogtreecommitdiff
path: root/pyledger.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:00 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:35:00 -0400
commit42f43b7686038e4cbca16d8d2118b139544e6de3 (patch)
tree52c5473401c57282242d66b8dd75f4c07bf41d07 /pyledger.h
parentc7b4370ff9c8ab5c96f15b1e712e6db6bdab6324 (diff)
downloadledger-42f43b7686038e4cbca16d8d2118b139544e6de3.tar.gz
ledger-42f43b7686038e4cbca16d8d2118b139544e6de3.tar.bz2
ledger-42f43b7686038e4cbca16d8d2118b139544e6de3.zip
Check in all changes made so far toward 3.0.
Diffstat (limited to 'pyledger.h')
-rw-r--r--pyledger.h16
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