Update __init__.py

make it clearer
This commit is contained in:
Dale Athanasias 2015-04-03 13:28:54 +11:00
parent 1ee9c60814
commit 9e22e94645

View File

@ -20,9 +20,9 @@
# gen/__init__.py
"""
The core gramps module provides the different packages
The core gramps modules that provide the different packages
Plugins are loaded dynamically, so they the plugin directory is not included
Plugins are loaded dynamically, so that plugin directory is not included
"""
__all__ = ["gen", "cli", "gui"]