File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
id = 'JSON Export' ,
3
3
name = _ ('JSON Export' ),
4
4
description = _ ('This is a JSON export' ),
5
- version = '1.0.13 ' ,
5
+ version = '1.0.14 ' ,
6
6
gramps_target_version = "5.0" ,
7
7
status = STABLE ,
8
8
fname = 'JSONExport.py' ,
16
16
id = 'JSON Import' ,
17
17
name = _ ('JSON Import' ),
18
18
description = _ ('This is a JSON import' ),
19
- version = '1.0.13 ' ,
19
+ version = '1.0.14 ' ,
20
20
gramps_target_version = "5.0" ,
21
21
status = STABLE ,
22
22
fname = 'JSONImport.py' ,
Original file line number Diff line number Diff line change 24
24
# Gramps modules
25
25
#
26
26
#------------------------------------------------------------------------
27
+ from gramps .gui .plug .export import WriterOptionBox
27
28
from gramps .gen .plug .utils import OpenFileOrStdout
28
29
from gramps .gen .lib .serialize import to_json
29
30
You can’t perform that action at this time.
0 commit comments