gramps/src/plugins/view/placetreeview.gpr.py
2010-02-10 12:13:47 +00:00

14 lines
480 B
Python

register(VIEW,
id = 'placetreeview',
name = _("Place Tree View"),
description = _("A view displaying places in a tree format."),
version = '1.0',
gramps_target_version = '3.2',
status = STABLE,
fname = 'placetreeview.py',
authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"],
authors_email = [""],
category = ("Places", _("Places")),
viewclass = 'PlaceTreeView',
)