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 d0f6744 commit 5d1015bCopy full SHA for 5d1015b
po/POTFILES.skip
@@ -84,6 +84,11 @@ gramps/gen/db/txn.py
84
gramps/gen/db/undoredo.py
85
gramps/gen/db/utils.py
86
#
87
+# gen.db.conversion_tools package
88
+#
89
+gramps/gen/db/conversion_tools/__init__.py
90
+gramps/gen/db/conversion_tools/conversion_21.py
91
92
# gen.display package
93
94
gramps/gen/display/__init__.py
setup.py
@@ -262,6 +262,7 @@ def run(self):
262
"gramps.gen",
263
"gramps.gen.datehandler",
264
"gramps.gen.db",
265
+ "gramps.gen.db.conversion_tools",
266
"gramps.gen.display",
267
"gramps.gen.filters",
268
"gramps.gen.filters.rules",
0 commit comments