Skip to content

Commit 9044608

Browse files
committed
Fix JSON export, missing options page
1 parent 8780974 commit 9044608

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

JSON/JSON.gpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id = 'JSON Export',
33
name = _('JSON Export'),
44
description = _('This is a JSON export'),
5-
version = '1.0.13',
5+
version = '1.0.14',
66
gramps_target_version = "5.0",
77
status = STABLE,
88
fname = 'JSONExport.py',
@@ -16,7 +16,7 @@
1616
id = 'JSON Import',
1717
name = _('JSON Import'),
1818
description = _('This is a JSON import'),
19-
version = '1.0.13',
19+
version = '1.0.14',
2020
gramps_target_version = "5.0",
2121
status = STABLE,
2222
fname = 'JSONImport.py',

JSON/JSONExport.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
# Gramps modules
2525
#
2626
#------------------------------------------------------------------------
27+
from gramps.gui.plug.export import WriterOptionBox
2728
from gramps.gen.plug.utils import OpenFileOrStdout
2829
from gramps.gen.lib.serialize import to_json
2930

0 commit comments

Comments
 (0)