Fix ImportError & update API docs year 2018 (#564)

- Fixes ImportError: No module named 'gramps.plugins.db.dummydb'

-  Update Copyright to 2018
This commit is contained in:
Sam Manzi 2018-02-28 16:53:37 +11:00 committed by GitHub
parent fd4344bc07
commit 41a2a46713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = 'Gramps' project = 'Gramps'
copyright = '2017, The Gramps Project' copyright = '2001-2018, The Gramps Project'
author = 'Donald N. Allingham' author = 'Donald N. Allingham'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for

View File

@ -46,7 +46,7 @@ Generic
DummyDb DummyDb
==================================== ====================================
.. automodule:: gramps.plugins.db.dummydb .. automodule:: gramps.gen.db.dummydb
:members: :members:
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance: