From dfa56ecc72090d3685952cb3ac8a853eacd9f315 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sun, 24 Jan 2010 20:24:40 +0000 Subject: [PATCH] Fix comment description in gen module. svn: r14119 --- src/gen/__init__.py | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/gen/__init__.py b/src/gen/__init__.py index b65d8f63e..db0063b3e 100644 --- a/src/gen/__init__.py +++ b/src/gen/__init__.py @@ -19,15 +19,8 @@ # """ -The gen module provides 5 packages. - 1. gen.lib gives access to all genealogy related objects, like family, - person, ... - 2. gen.db provides access to the bsddb backend storing genea data - 3. gen.proxy provides access to the data via a proxy that filters out - specific data - 4. gen.plug defines a plugin system so plugins can be written that can - work on the data. This can be in CLI or GUI - 5. gen.utils provides some generic utilities +The gen module provides packages that are common to all gramps +interfaces (gui, cli and web). """ __all__ = [ "db", "display", "lib", "mime", "plug", "proxy", "utils" ]