The unified diff between revisions [d1300337..] and [48ba9497..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'fourstar.py'
# # # patch "fourstar.py" # from [246595cc1b4fdd2daca822102fdf75b2a8af73c2] # to [dfd16c349b19cd2b2435ff2671db0ca1a1c4af29] # ============================================================ --- fourstar.py 246595cc1b4fdd2daca822102fdf75b2a8af73c2 +++ fourstar.py dfd16c349b19cd2b2435ff2671db0ca1a1c4af29 @@ -30,10 +30,19 @@ from System import System # import from System import System +from Store import Store +# print "Hello Cruel World!" fs = System() print fs + + + + +# real code below here + +