gramps/src/plugins/view/placetreeview.gpr.py
Doug Blank dcfb25abc4 Trunk is now version 3.3.0
svn: r14653
2010-03-06 22:47:25 +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.3',
status = STABLE,
fname = 'placetreeview.py',
authors = [u"Donald N. Allingham", u"Gary Burton", u"Nick Hall"],
authors_email = [""],
category = ("Places", _("Places")),
viewclass = 'PlaceTreeView',
)