* src/const.py.in: Add gramps-package mime type.

* src/ArgHandler.py (auto_save_load): Subclass database depending
on the format.


svn: r3496
This commit is contained in:
Alex Roitman
2004-08-23 22:39:41 +00:00
parent 7f2b5265da
commit 73d8bdafdc
3 changed files with 46 additions and 23 deletions

View File

@@ -42,10 +42,10 @@ from TransTable import TransTable
# Mime Types
#
#-------------------------------------------------------------------------
app_gramps = "application/x-gramps"
app_gramps_xml = "application/x-gramps-xml"
app_gedcom = "application/x-gedcom"
app_gramps = "application/x-gramps"
app_gramps_xml = "application/x-gramps-xml"
app_gedcom = "application/x-gedcom"
app_gramps_package = "application/x-gramps-package"
#-------------------------------------------------------------------------
#