The unified diff between revisions [3940066f..] and [51fb50eb..] is displayed below. It can also be downloaded as a raw diff.
#
#
# patch "demo.py"
# from [83def08bb618d20e1c43c1c51aa92d988fa04d87]
# to [8700624c9a83168c16c81b6c972685ea548871a2]
#
============================================================
--- demo.py 83def08bb618d20e1c43c1c51aa92d988fa04d87
+++ demo.py 8700624c9a83168c16c81b6c972685ea548871a2
@@ -3,6 +3,7 @@ from System import System
# fourstar API demo
from System import System
+from Chart import Chart
from SystemInterface import SystemInterface
from ChartInterface import ChartInterface
from LedgerInterface import LedgerInterface
@@ -30,3 +31,6 @@ print v.connected
print v.connected
v.connect_store("/tmp/foo.db")
print v.connected
+
+c = Chart(v)
+print c.create("hello",True,"world")