diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-08-30 05:31:45 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-08-30 05:31:45 -0400 |
| commit | 37ffbc71c009b027d3ffa522a0a3f546d6ac7a7c (patch) | |
| tree | 81e8575d129423d597c134fb66be0f1535fe1fde /tablib/tests | |
| parent | 6f7c64eb03b80f4bff2d44e13b6e0cd19749967d (diff) | |
| download | tablib-37ffbc71c009b027d3ffa522a0a3f546d6ac7a7c.tar.gz | |
index and append methods
Diffstat (limited to 'tablib/tests')
| -rw-r--r-- | tablib/tests/tests.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tablib/tests/tests.py b/tablib/tests/tests.py index 89d9a9c..55fa083 100644 --- a/tablib/tests/tests.py +++ b/tablib/tests/tests.py @@ -20,7 +20,7 @@ data.append(['kenneth' ,'reitz', 4.3]) #print data.json data.headers = None -#print data.csv -print len(data.xls) -#print data.yaml -#print data.json
\ No newline at end of file +print data.csv +#print len(data.xls) +print data.yaml +print data.json
\ No newline at end of file |
