Skip to content

Commit cd157b4

Browse files
committed
remove py2
1 parent fac325e commit cd157b4

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

jsoncsv/dumptool.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
# author@alingse
33
# 2015.10.09
44

5-
import six
65
import unicodecsv as csv
76
import json
87
import xlwt
98

10-
from jsoncsv import PY2
11-
129

1310
class Dump(object):
1411

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='jsoncsv',
15-
version='2.2.0',
15+
version='2.2.1',
1616
url='https://github.com/alingse/jsoncsv',
1717
description='A command tool easily convert json file to csv or xlsx.',
1818
long_description=readme,

0 commit comments

Comments
 (0)