We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac325e commit cd157b4Copy full SHA for cd157b4
2 files changed
jsoncsv/dumptool.py
@@ -2,13 +2,10 @@
2
# author@alingse
3
# 2015.10.09
4
5
-import six
6
import unicodecsv as csv
7
import json
8
import xlwt
9
10
-from jsoncsv import PY2
11
-
12
13
class Dump(object):
14
setup.py
@@ -12,7 +12,7 @@
setup(
name='jsoncsv',
15
- version='2.2.0',
+ version='2.2.1',
16
url='https://github.com/alingse/jsoncsv',
17
description='A command tool easily convert json file to csv or xlsx.',
18
long_description=readme,
0 commit comments