From 7dd5c386611e31930e7ccfb83cb585df27696881 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 1 Mar 2012 04:24:35 +0000 Subject: Fixed a bug in java gats reading large strings over the network. --- python/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/test.py b/python/test.py index 14e8306..f4e679a 100755 --- a/python/test.py +++ b/python/test.py @@ -2,9 +2,9 @@ import gats -#print gats.load( open('test.gats', 'rb') ) +print gats.load( open('test.gats', 'rb') ) -#gats.dump( 3.14159, open('out.gats', 'wb') ) +gats.dump( 3.14159, open('out.gats', 'wb') ) print gats.loads( gats.dumps( -- cgit v1.2.3