How To Install gramps on CentOS 8

gramps is Genealogical Research and Analysis Management Programming System

Introduction

In this tutorial we learn how to install gramps on CentOS 8.

What is gramps

gramps (Genealogical Research and Analysis Management Programming System) is a GNOME based genealogy program supporting a Python based plugin system.

We can use yum or dnf to install gramps on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install gramps.

Install gramps on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install gramps using dnf by running the following command:

sudo dnf -y install gramps

Install gramps on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install gramps using yum by running the following command:

sudo yum -y install gramps

How To Uninstall gramps on CentOS 8

To uninstall only the gramps package we can use the following command:

sudo dnf remove gramps

gramps Package Contents on CentOS 8

/usr/bin/gramps
/usr/lib/python3.6/site-packages/gramps
/usr/lib/python3.6/site-packages/gramps-5.1.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/gramps/__init__.py
/usr/lib/python3.6/site-packages/gramps/__pycache__
/usr/lib/python3.6/site-packages/gramps/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/__pycache__/grampsapp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/__pycache__/grampsapp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/__pycache__/version.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/cli
/usr/lib/python3.6/site-packages/gramps/cli/__init__.py
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/arghandler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/arghandler.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/argparser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/argparser.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/clidbman.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/clidbman.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/grampscli.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/grampscli.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/user.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/cli/__pycache__/user.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/cli/arghandler.py
/usr/lib/python3.6/site-packages/gramps/cli/argparser.py
/usr/lib/python3.6/site-packages/gramps/cli/clidbman.py
/usr/lib/python3.6/site-packages/gramps/cli/grampscli.py
/usr/lib/python3.6/site-packages/gramps/cli/plug
/usr/lib/python3.6/site-packages/gramps/cli/plug/__init__.py
/usr/lib/python3.6/site-packages/gramps/cli/plug/__pycache__
/usr/lib/python3.6/site-packages/gramps/cli/plug/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/cli/plug/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/cli/user.py
/usr/lib/python3.6/site-packages/gramps/gen
/usr/lib/python3.6/site-packages/gramps/gen/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/const.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/const.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/constfunc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/constfunc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/dbstate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/dbstate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/errors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/errors.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/git_revision.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/git_revision.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/recentfiles.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/recentfiles.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/relationship.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/relationship.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/sort.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/sort.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/soundex.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/soundex.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/updatecallback.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/updatecallback.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/user.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/__pycache__/user.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/config.py
/usr/lib/python3.6/site-packages/gramps/gen/const.py
/usr/lib/python3.6/site-packages/gramps/gen/constfunc.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_ar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_ar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_bg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_bg.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_ca.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_ca.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_cs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_cs.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_da.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_da.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_de.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_de.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_el.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_el.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_es.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_es.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_fi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_fi.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_fr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_fr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_hr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_hr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_hu.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_hu.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_is.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_is.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_it.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_it.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_ja.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_ja.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_lt.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_lt.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_nb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_nb.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_nl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_nl.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_pl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_pl.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_pt.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_pt.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_ru.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_ru.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_sk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_sk.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_sl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_sl.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_sr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_sr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_sv.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_sv.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_uk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_uk.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_zh_CN.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_zh_CN.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_zh_TW.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_date_zh_TW.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_datedisplay.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_datedisplay.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_datehandler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_datehandler.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_dateparser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_dateparser.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_datestrings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_datestrings.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_dateutils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_dateutils.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_grampslocale.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/__pycache__/_grampslocale.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_ar.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_bg.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_ca.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_cs.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_da.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_de.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_el.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_es.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_fi.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_fr.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_hr.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_hu.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_is.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_it.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_ja.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_lt.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_nb.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_nl.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_pl.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_pt.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_ru.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_sk.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_sl.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_sr.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_sv.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_uk.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_zh_CN.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_date_zh_TW.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_datedisplay.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_datehandler.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_dateparser.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_datestrings.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_dateutils.py
/usr/lib/python3.6/site-packages/gramps/gen/datehandler/_grampslocale.py
/usr/lib/python3.6/site-packages/gramps/gen/db
/usr/lib/python3.6/site-packages/gramps/gen/db/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/bookmarks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/bookmarks.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/dbconst.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/dbconst.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/dummydb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/dummydb.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/exceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/exceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/generic.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/generic.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/txn.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/txn.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/undoredo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/undoredo.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/db/base.py
/usr/lib/python3.6/site-packages/gramps/gen/db/bookmarks.py
/usr/lib/python3.6/site-packages/gramps/gen/db/dbconst.py
/usr/lib/python3.6/site-packages/gramps/gen/db/dummydb.py
/usr/lib/python3.6/site-packages/gramps/gen/db/exceptions.py
/usr/lib/python3.6/site-packages/gramps/gen/db/generic.py
/usr/lib/python3.6/site-packages/gramps/gen/db/txn.py
/usr/lib/python3.6/site-packages/gramps/gen/db/undoredo.py
/usr/lib/python3.6/site-packages/gramps/gen/db/utils.py
/usr/lib/python3.6/site-packages/gramps/gen/dbstate.py
/usr/lib/python3.6/site-packages/gramps/gen/display
/usr/lib/python3.6/site-packages/gramps/gen/display/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/display/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/display/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/display/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/display/__pycache__/name.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/display/__pycache__/name.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/display/__pycache__/place.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/display/__pycache__/place.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/display/name.py
/usr/lib/python3.6/site-packages/gramps/gen/display/place.py
/usr/lib/python3.6/site-packages/gramps/gen/errors.py
/usr/lib/python3.6/site-packages/gramps/gen/filters
/usr/lib/python3.6/site-packages/gramps/gen/filters/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_filterlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_filterlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_filterparser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_filterparser.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_genericfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_genericfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_paramfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_paramfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_searchfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/__pycache__/_searchfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/_filterlist.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/_filterparser.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/_genericfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/_paramfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/_searchfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_changedsincebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_changedsincebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_everything.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_everything.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasattributebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasattributebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hascitationbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hascitationbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_haseventbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_haseventbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasgallerybase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasgallerybase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasgrampsid.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasgrampsid.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasldsbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasldsbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasnotebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasnotebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasnoteregexbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasnoteregexbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasnotesubstrbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasnotesubstrbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasreferencecountbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hasreferencecountbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hassourcebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hassourcebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hassourcecountbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hassourcecountbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hassourceofbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hassourceofbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hastagbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hastagbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hastextmatchingregexpof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hastextmatchingregexpof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hastextmatchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_hastextmatchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_isprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_isprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_ispublic.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_ispublic.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_matcheseventfilterbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_matcheseventfilterbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_matchesfilterbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_matchesfilterbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_matchessourceconfidencebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_matchessourceconfidencebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_matchessourcefilterbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_matchessourcefilterbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_regexpidbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_regexpidbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_rule.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/__pycache__/_rule.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_changedsincebase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_everything.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hasattributebase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hascitationbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_haseventbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hasgallerybase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hasgrampsid.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hasldsbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hasnotebase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hasnoteregexbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hasnotesubstrbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hasreferencecountbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hassourcebase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hassourcecountbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hassourceofbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hastagbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hastextmatchingregexpof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_hastextmatchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_isprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_ispublic.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_matcheseventfilterbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_matchesfilterbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_matchessourceconfidencebase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_matchessourcefilterbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_regexpidbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/_rule.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_allcitations.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_allcitations.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_citationprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_citationprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hascitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hascitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasgallery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasgallery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasnotematchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasnotematchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasnoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasnoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasreferencecountof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hasreferencecountof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hassource.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hassource.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hassourceidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hassourceidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hassourcenoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hassourcenoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_matchespagesubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_matchespagesubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_matchesrepositoryfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_matchesrepositoryfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_matchessourcefilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_matchessourcefilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_regexpsourceidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/__pycache__/_regexpsourceidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_allcitations.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_citationprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hascitation.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hasgallery.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hasnote.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hasnotematchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hasnoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hasreferencecountof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hassource.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hassourceidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hassourcenoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_matchespagesubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_matchesrepositoryfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_matchessourcefilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/citation/_regexpsourceidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_allevents.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_allevents.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_eventprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_eventprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasattribute.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasattribute.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hascitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hascitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasdata.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasdata.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasdayofweek.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasdayofweek.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasgallery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasgallery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasnotematchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasnotematchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasnoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasnoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasreferencecountof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hasreferencecountof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hassourcecount.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hassourcecount.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hastype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_hastype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchespersonfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchespersonfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchesplacefilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchesplacefilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchessourceconfidence.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchessourceconfidence.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchessourcefilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_matchessourcefilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_allevents.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_eventprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasattribute.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hascitation.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasdata.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasdayofweek.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasgallery.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasnote.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasnotematchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasnoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hasreferencecountof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hassourcecount.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_hastype.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_matchespersonfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_matchesplacefilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_matchessourceconfidence.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_matchessourcefilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/event/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_allfamilies.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_allfamilies.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_childhasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_childhasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_childhasnameof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_childhasnameof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_familyprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_familyprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_fatherhasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_fatherhasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_fatherhasnameof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_fatherhasnameof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasattribute.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasattribute.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hascitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hascitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasgallery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasgallery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_haslds.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_haslds.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasnotematchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasnotematchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasnoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasnoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasreferencecountof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasreferencecountof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasreltype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hasreltype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hassourcecount.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hassourcecount.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hassourceof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hassourceof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hastwins.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_hastwins.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_isancestorof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_isancestorof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_isbookmarked.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_isbookmarked.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_isdescendantof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_isdescendantof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_matchessourceconfidence.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_matchessourceconfidence.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_memberbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_memberbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_motherhasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_motherhasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_motherhasnameof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_motherhasnameof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_regexpchildname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_regexpchildname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_regexpfathername.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_regexpfathername.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_regexpmothername.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_regexpmothername.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_searchchildname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_searchchildname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_searchfathername.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_searchfathername.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_searchmothername.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/__pycache__/_searchmothername.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_allfamilies.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_childhasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_childhasnameof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_familyprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_fatherhasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_fatherhasnameof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasattribute.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hascitation.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasevent.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasgallery.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_haslds.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasnote.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasnotematchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasnoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasreferencecountof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hasreltype.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hassourcecount.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hassourceof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_hastwins.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_isancestorof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_isbookmarked.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_isdescendantof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_matchessourceconfidence.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_memberbase.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_motherhasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_motherhasnameof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_regexpchildname.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_regexpfathername.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_regexpmothername.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_searchchildname.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_searchfathername.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/family/_searchmothername.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_allmedia.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_allmedia.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasattribute.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasattribute.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hascitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hascitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasmedia.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasmedia.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasnotematchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasnotematchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasnoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasnoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasreferencecountof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hasreferencecountof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hassourcecount.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hassourcecount.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hassourceof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hassourceof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_matchessourceconfidence.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_matchessourceconfidence.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_mediaprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_mediaprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_allmedia.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hasattribute.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hascitation.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hasmedia.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hasnotematchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hasnoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hasreferencecountof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hassourcecount.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hassourceof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_matchessourceconfidence.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_mediaprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/media/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_allnotes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_allnotes.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hasnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hasnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hasreferencecountof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hasreferencecountof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hastype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_hastype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_matchesregexpof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_matchesregexpof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_matchessubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_matchessubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_noteprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_noteprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_allnotes.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_hasnote.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_hasreferencecountof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_hastype.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_matchesregexpof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_matchessubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_noteprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/note/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_deeprelationshippathbetween.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_deeprelationshippathbetween.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_disconnected.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_disconnected.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_everyone.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_everyone.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_familywithincompleteevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_familywithincompleteevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasaddress.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasaddress.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasalternatename.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasalternatename.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasassociation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasassociation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasattribute.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasattribute.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasbirth.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasbirth.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hascitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hascitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hascommonancestorwith.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hascommonancestorwith.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hascommonancestorwithfiltermatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hascommonancestorwithfiltermatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasdeath.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasdeath.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasfamilyattribute.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasfamilyattribute.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasfamilyevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasfamilyevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasgallery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasgallery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_haslds.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_haslds.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnameof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnameof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnameorigintype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnameorigintype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnametype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnametype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnickname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnickname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnotematchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnotematchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasnoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasrelationship.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasrelationship.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hassoundexname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hassoundexname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hassourcecount.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hassourcecount.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hassourceof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hassourceof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hastextmatchingregexpof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hastextmatchingregexpof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hastextmatchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hastextmatchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasunknowngender.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_hasunknowngender.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_havealtfamilies.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_havealtfamilies.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_havechildren.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_havechildren.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_incompletenames.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_incompletenames.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isancestorof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isancestorof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isancestoroffiltermatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isancestoroffiltermatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isbookmarked.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isbookmarked.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_ischildoffiltermatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_ischildoffiltermatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdefaultperson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdefaultperson.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdescendantfamilyof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdescendantfamilyof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdescendantfamilyoffiltermatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdescendantfamilyoffiltermatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdescendantof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdescendantof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdescendantoffiltermatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isdescendantoffiltermatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isduplicatedancestorof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isduplicatedancestorof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isfemale.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isfemale.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_islessthannthgenerationancestorof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_islessthannthgenerationancestorof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_islessthannthgenerationancestorofbookmarked.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_islessthannthgenerationancestorofbookmarked.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_islessthannthgenerationancestorofdefaultperson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_islessthannthgenerationancestorofdefaultperson.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_islessthannthgenerationdescendantof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_islessthannthgenerationdescendantof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_ismale.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_ismale.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_ismorethannthgenerationancestorof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_ismorethannthgenerationancestorof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_ismorethannthgenerationdescendantof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_ismorethannthgenerationdescendantof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isparentoffiltermatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isparentoffiltermatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isrelatedwith.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isrelatedwith.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_issiblingoffiltermatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_issiblingoffiltermatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isspouseoffiltermatch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_isspouseoffiltermatch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_iswitness.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_iswitness.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_matcheseventfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_matcheseventfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_matchessourceconfidence.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_matchessourceconfidence.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_matchidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_matchidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_missingparent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_missingparent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_multiplemarriages.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_multiplemarriages.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_nevermarried.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_nevermarried.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_nobirthdate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_nobirthdate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_nodeathdate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_nodeathdate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_peopleprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_peopleprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_peoplepublic.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_peoplepublic.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_personwithincompleteevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_personwithincompleteevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_probablyalive.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_probablyalive.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_regexpname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_regexpname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_relationshippathbetween.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_relationshippathbetween.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_relationshippathbetweenbookmarks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_relationshippathbetweenbookmarks.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_searchname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/__pycache__/_searchname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_deeprelationshippathbetween.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_disconnected.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_everyone.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_familywithincompleteevent.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasaddress.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasalternatename.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasassociation.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasattribute.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasbirth.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hascitation.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hascommonancestorwith.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hascommonancestorwithfiltermatch.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasdeath.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasevent.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasfamilyattribute.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasfamilyevent.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasgallery.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_haslds.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasnameof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasnameorigintype.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasnametype.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasnickname.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasnote.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasnotematchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasnoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasrelationship.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hassoundexname.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hassourcecount.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hassourceof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hastextmatchingregexpof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hastextmatchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_hasunknowngender.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_havealtfamilies.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_havechildren.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_incompletenames.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isancestorof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isancestoroffiltermatch.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isbookmarked.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_ischildoffiltermatch.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isdefaultperson.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isdescendantfamilyof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isdescendantfamilyoffiltermatch.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isdescendantof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isdescendantoffiltermatch.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isduplicatedancestorof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isfemale.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_islessthannthgenerationancestorof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_islessthannthgenerationancestorofbookmarked.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_islessthannthgenerationancestorofdefaultperson.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_islessthannthgenerationdescendantof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_ismale.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_ismorethannthgenerationancestorof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_ismorethannthgenerationdescendantof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isparentoffiltermatch.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isrelatedwith.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_issiblingoffiltermatch.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_isspouseoffiltermatch.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_iswitness.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_matcheseventfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_matchessourceconfidence.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_matchidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_missingparent.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_multiplemarriages.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_nevermarried.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_nobirthdate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_nodeathdate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_peopleprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_peoplepublic.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_personwithincompleteevent.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_probablyalive.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_regexpname.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_relationshippathbetween.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_relationshippathbetweenbookmarks.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/person/_searchname.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_allplaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_allplaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hascitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hascitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasdata.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasdata.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasgallery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasgallery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasnolatorlon.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasnolatorlon.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasnotematchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasnotematchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasnoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasnoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasplace.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasplace.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasreferencecountof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hasreferencecountof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hassourcecount.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hassourcecount.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hassourceof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hassourceof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hastitle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_hastitle.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_inlatlonneighborhood.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_inlatlonneighborhood.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_isenclosedby.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_isenclosedby.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_matcheseventfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_matcheseventfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_matchessourceconfidence.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_matchessourceconfidence.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_placeprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_placeprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_withinarea.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/__pycache__/_withinarea.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_allplaces.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hascitation.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasdata.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasgallery.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasnolatorlon.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasnote.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasnotematchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasnoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasplace.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hasreferencecountof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hassourcecount.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hassourceof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_hastitle.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_inlatlonneighborhood.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_isenclosedby.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_matcheseventfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_matchessourceconfidence.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_placeprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/place/_withinarea.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_allrepos.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_allrepos.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasnotematchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasnotematchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasnoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasnoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasreferencecountof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasreferencecountof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasrepo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hasrepo.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_matchesnamesubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_matchesnamesubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_repoprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/__pycache__/_repoprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_allrepos.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_hasnotematchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_hasnoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_hasreferencecountof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_hasrepo.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_matchesnamesubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/repository/_repoprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_allsources.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_allsources.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_changedsince.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_changedsince.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasgallery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasgallery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasnotematchingsubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasnotematchingsubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasnoteregexp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasnoteregexp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasreferencecountof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasreferencecountof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasrepository.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasrepository.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasrepositorycallnumberref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hasrepositorycallnumberref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hastag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_hastag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_matchesfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_matchesfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_matchesrepositoryfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_matchesrepositoryfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_matchestitlesubstringof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_matchestitlesubstringof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_regexpidof.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_regexpidof.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_sourceprivate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/__pycache__/_sourceprivate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_allsources.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_changedsince.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hasgallery.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hasidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hasnote.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hasnotematchingsubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hasnoteregexp.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hasreferencecountof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hasrepository.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hasrepositorycallnumberref.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_hastag.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_matchesfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_matchesrepositoryfilter.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_matchestitlesubstringof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_regexpidof.py
/usr/lib/python3.6/site-packages/gramps/gen/filters/rules/source/_sourceprivate.py
/usr/lib/python3.6/site-packages/gramps/gen/git_revision.py
/usr/lib/python3.6/site-packages/gramps/gen/lib
/usr/lib/python3.6/site-packages/gramps/gen/lib/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/address.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/address.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/addressbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/addressbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/attrbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/attrbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/attribute.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/attribute.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/attrtype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/attrtype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/baseobj.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/baseobj.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/childref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/childref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/childreftype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/childreftype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/citation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/citation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/citationbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/citationbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/const.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/const.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/date.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/date.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/datebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/datebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/event.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/event.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/eventref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/eventref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/eventroletype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/eventroletype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/eventtype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/eventtype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/family.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/family.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/familyreltype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/familyreltype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/gcalendar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/gcalendar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/genderstats.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/genderstats.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/grampstype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/grampstype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/ldsord.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/ldsord.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/ldsordbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/ldsordbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/location.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/location.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/locationbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/locationbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/markertype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/markertype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/media.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/media.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/mediabase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/mediabase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/mediaref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/mediaref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/name.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/name.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/nameorigintype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/nameorigintype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/nametype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/nametype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/note.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/note.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/notebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/notebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/notetype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/notetype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/person.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/person.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/personref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/personref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/place.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/place.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/placebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/placebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/placename.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/placename.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/placeref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/placeref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/placetype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/placetype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/primaryobj.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/primaryobj.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/privacybase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/privacybase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/refbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/refbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/repo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/repo.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/reporef.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/reporef.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/repotype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/repotype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/researcher.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/researcher.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/secondaryobj.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/secondaryobj.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/serialize.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/serialize.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/src.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/src.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/srcattribute.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/srcattribute.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/srcattrtype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/srcattrtype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/srcmediatype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/srcmediatype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/styledtext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/styledtext.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/styledtexttag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/styledtexttag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/styledtexttagtype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/styledtexttagtype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/surname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/surname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/surnamebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/surnamebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/tableobj.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/tableobj.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/tag.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/tag.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/tagbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/tagbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/url.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/url.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/urlbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/urlbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/urltype.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/__pycache__/urltype.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/lib/address.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/addressbase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/attrbase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/attribute.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/attrtype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/baseobj.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/childref.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/childreftype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/citation.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/citationbase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/const.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/date.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/datebase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/event.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/eventref.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/eventroletype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/eventtype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/family.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/familyreltype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/gcalendar.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/genderstats.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/grampstype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/ldsord.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/ldsordbase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/location.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/locationbase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/markertype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/media.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/mediabase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/mediaref.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/name.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/nameorigintype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/nametype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/note.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/notebase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/notetype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/person.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/personref.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/place.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/placebase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/placename.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/placeref.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/placetype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/primaryobj.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/privacybase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/refbase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/repo.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/reporef.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/repotype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/researcher.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/secondaryobj.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/serialize.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/src.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/srcattribute.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/srcattrtype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/srcmediatype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/styledtext.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/styledtexttag.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/styledtexttagtype.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/surname.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/surnamebase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/tableobj.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/tag.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/tagbase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/url.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/urlbase.py
/usr/lib/python3.6/site-packages/gramps/gen/lib/urltype.py
/usr/lib/python3.6/site-packages/gramps/gen/merge
/usr/lib/python3.6/site-packages/gramps/gen/merge/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/diff.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/diff.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergecitationquery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergecitationquery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergeeventquery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergeeventquery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergefamilyquery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergefamilyquery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergemediaquery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergemediaquery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergenotequery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergenotequery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergepersonquery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergepersonquery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergeplacequery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergeplacequery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergerepositoryquery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergerepositoryquery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergesourcequery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/__pycache__/mergesourcequery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/merge/diff.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergecitationquery.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergeeventquery.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergefamilyquery.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergemediaquery.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergenotequery.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergepersonquery.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergeplacequery.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergerepositoryquery.py
/usr/lib/python3.6/site-packages/gramps/gen/merge/mergesourcequery.py
/usr/lib/python3.6/site-packages/gramps/gen/mime
/usr/lib/python3.6/site-packages/gramps/gen/mime/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/mime/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/mime/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/mime/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/mime/__pycache__/_pythonmime.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/mime/__pycache__/_pythonmime.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/mime/__pycache__/_winmime.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/mime/__pycache__/_winmime.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/mime/_pythonmime.py
/usr/lib/python3.6/site-packages/gramps/gen/mime/_winmime.py
/usr/lib/python3.6/site-packages/gramps/gen/plug
/usr/lib/python3.6/site-packages/gramps/gen/plug/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_docgenplugin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_docgenplugin.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_export.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_export.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_gramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_gramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_import.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_import.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_manager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_manager.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_options.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_options.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_plugin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_plugin.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_pluginreg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/_pluginreg.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/_docgenplugin.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/_export.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/_gramplet.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/_import.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/_manager.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/_options.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/_plugin.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/_pluginreg.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/__pycache__/cairobackend.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/__pycache__/cairobackend.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/__pycache__/docbackend.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/__pycache__/docbackend.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/cairobackend.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docbackend/docbackend.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/basedoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/basedoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/drawdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/drawdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/fontscale.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/fontscale.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/fontstyle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/fontstyle.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/graphdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/graphdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/graphicstyle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/graphicstyle.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/paperstyle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/paperstyle.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/paragraphstyle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/paragraphstyle.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/stylesheet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/stylesheet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/tablestyle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/tablestyle.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/textdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/textdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/treedoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/__pycache__/treedoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/basedoc.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/drawdoc.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/fontscale.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/fontstyle.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/graphdoc.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/graphicstyle.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/paperstyle.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/paragraphstyle.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/stylesheet.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/tablestyle.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/textdoc.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/docgen/treedoc.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_boolean.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_boolean.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_booleanlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_booleanlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_color.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_color.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_destination.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_destination.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_enumeratedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_enumeratedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_family.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_family.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_filter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_filter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_media.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_media.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_menu.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_menu.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_note.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_note.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_number.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_number.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_option.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_option.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_person.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_person.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_personlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_personlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_placelist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_placelist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_string.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_string.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_style.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_style.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_surnamecolor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_surnamecolor.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_text.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/__pycache__/_text.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_boolean.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_booleanlist.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_color.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_destination.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_enumeratedlist.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_family.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_filter.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_media.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_menu.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_note.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_number.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_option.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_person.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_personlist.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_placelist.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_string.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_style.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_surnamecolor.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/menu/_text.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_bibliography.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_bibliography.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_book.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_book.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_options.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_options.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_paper.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_paper.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_reportbase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/_reportbase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/endnotes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/endnotes.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/stdoptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/stdoptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/_bibliography.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/_book.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/_constants.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/_options.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/_paper.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/_reportbase.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/endnotes.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/stdoptions.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/report/utils.py
/usr/lib/python3.6/site-packages/gramps/gen/plug/utils.py
/usr/lib/python3.6/site-packages/gramps/gen/proxy
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/cache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/cache.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/filter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/filter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/living.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/living.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/private.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/private.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/proxybase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/proxybase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/referencedbyselection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/__pycache__/referencedbyselection.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/proxy/cache.py
/usr/lib/python3.6/site-packages/gramps/gen/proxy/filter.py
/usr/lib/python3.6/site-packages/gramps/gen/proxy/living.py
/usr/lib/python3.6/site-packages/gramps/gen/proxy/private.py
/usr/lib/python3.6/site-packages/gramps/gen/proxy/proxybase.py
/usr/lib/python3.6/site-packages/gramps/gen/proxy/referencedbyselection.py
/usr/lib/python3.6/site-packages/gramps/gen/recentfiles.py
/usr/lib/python3.6/site-packages/gramps/gen/relationship.py
/usr/lib/python3.6/site-packages/gramps/gen/simple
/usr/lib/python3.6/site-packages/gramps/gen/simple/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__/_simpleaccess.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__/_simpleaccess.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__/_simpledoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__/_simpledoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__/_simpletable.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/simple/__pycache__/_simpletable.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/simple/_simpleaccess.py
/usr/lib/python3.6/site-packages/gramps/gen/simple/_simpledoc.py
/usr/lib/python3.6/site-packages/gramps/gen/simple/_simpletable.py
/usr/lib/python3.6/site-packages/gramps/gen/sort.py
/usr/lib/python3.6/site-packages/gramps/gen/soundex.py
/usr/lib/python3.6/site-packages/gramps/gen/updatecallback.py
/usr/lib/python3.6/site-packages/gramps/gen/user.py
/usr/lib/python3.6/site-packages/gramps/gen/utils
/usr/lib/python3.6/site-packages/gramps/gen/utils/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/alive.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/alive.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/callback.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/callback.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/callman.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/callman.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/cast.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/cast.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/configmanager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/configmanager.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/db.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/db.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/debug.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/debug.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/file.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/file.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/grampslocale.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/grampslocale.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/id.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/id.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/image.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/image.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/keyword.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/keyword.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/lds.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/lds.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/libformatting.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/libformatting.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/location.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/location.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/lru.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/lru.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/maclocale.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/maclocale.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/place.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/place.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/resourcepath.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/resourcepath.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/string.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/string.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/symbols.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/symbols.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/thumbnails.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/thumbnails.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/unknown.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/__pycache__/unknown.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/alive.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/callback.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/callman.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/cast.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/config.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/configmanager.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/db.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/debug.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__init__.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__/csvtab.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__/csvtab.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__/odstab.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__/odstab.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__/tabbeddoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/__pycache__/tabbeddoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/csvtab.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/odstab.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/docgen/tabbeddoc.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/file.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/grampslocale.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/id.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/image.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/keyword.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/lds.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/libformatting.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/location.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/lru.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/maclocale.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/place.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/resource-path
/usr/lib/python3.6/site-packages/gramps/gen/utils/resourcepath.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/string.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/symbols.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/thumbnails.py
/usr/lib/python3.6/site-packages/gramps/gen/utils/unknown.py
/usr/lib/python3.6/site-packages/gramps/grampsapp.py
/usr/lib/python3.6/site-packages/gramps/gui
/usr/lib/python3.6/site-packages/gramps/gui/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/aboutdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/aboutdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/autocomp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/autocomp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/basesidebar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/basesidebar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/clipboard.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/clipboard.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/columnorder.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/columnorder.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/configure.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/configure.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/dbguielement.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/dbguielement.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/dbloader.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/dbloader.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/dbman.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/dbman.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/ddtargets.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/ddtargets.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/dialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/dialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/display.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/display.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/displaystate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/displaystate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/glade.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/glade.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/grampsgui.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/grampsgui.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/listmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/listmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/makefilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/makefilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/managedwindow.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/managedwindow.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/navigator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/navigator.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/pluginmanager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/pluginmanager.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/spell.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/spell.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/tipofday.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/tipofday.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/uimanager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/uimanager.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/undohistory.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/undohistory.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/user.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/user.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/utilscairo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/utilscairo.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/viewmanager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/__pycache__/viewmanager.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/aboutdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/autocomp.py
/usr/lib/python3.6/site-packages/gramps/gui/basesidebar.py
/usr/lib/python3.6/site-packages/gramps/gui/clipboard.py
/usr/lib/python3.6/site-packages/gramps/gui/columnorder.py
/usr/lib/python3.6/site-packages/gramps/gui/configure.py
/usr/lib/python3.6/site-packages/gramps/gui/dbguielement.py
/usr/lib/python3.6/site-packages/gramps/gui/dbloader.py
/usr/lib/python3.6/site-packages/gramps/gui/dbman.py
/usr/lib/python3.6/site-packages/gramps/gui/ddtargets.py
/usr/lib/python3.6/site-packages/gramps/gui/dialog.py
/usr/lib/python3.6/site-packages/gramps/gui/display.py
/usr/lib/python3.6/site-packages/gramps/gui/displaystate.py
/usr/lib/python3.6/site-packages/gramps/gui/editors
/usr/lib/python3.6/site-packages/gramps/gui/editors/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/addmedia.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/addmedia.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editaddress.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editaddress.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editattribute.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editattribute.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editchildref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editchildref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editcitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editcitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editdate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editdate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editeventref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editeventref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editfamily.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editfamily.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editldsord.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editldsord.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editlink.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editlink.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editlocation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editlocation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editmedia.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editmedia.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editmediaref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editmediaref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editperson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editperson.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editpersonref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editpersonref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editplace.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editplace.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editplaceformat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editplaceformat.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editplacename.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editplacename.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editplaceref.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editplaceref.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editprimary.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editprimary.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editreference.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editreference.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editreporef.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editreporef.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editrepository.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editrepository.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editsecondary.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editsecondary.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editsource.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editsource.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/edittaglist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/edittaglist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editurl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/editurl.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/filtereditor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/filtereditor.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/objectentries.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/__pycache__/objectentries.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/addmedia.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/addrembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/addrembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/addressmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/addressmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/attrembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/attrembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/attrmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/attrmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/backreflist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/backreflist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/backrefmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/backrefmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/buttontab.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/buttontab.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/childmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/childmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/citationbackreflist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/citationbackreflist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/citationembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/citationembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/citationrefmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/citationrefmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/embeddedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/embeddedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/eventattrembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/eventattrembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/eventbackreflist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/eventbackreflist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/eventembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/eventembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/eventrefmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/eventrefmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/familyattrembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/familyattrembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/familyldsembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/familyldsembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/gallerytab.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/gallerytab.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/grampstab.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/grampstab.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/groupembeddedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/groupembeddedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/ldsembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/ldsembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/ldsmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/ldsmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/locationembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/locationembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/locationmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/locationmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/mediaattrembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/mediaattrembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/mediabackreflist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/mediabackreflist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/nameembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/nameembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/namemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/namemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/notebackreflist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/notebackreflist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/notemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/notemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/notetab.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/notetab.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/personbackreflist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/personbackreflist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/personeventembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/personeventembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/personrefembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/personrefembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/personrefmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/personrefmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placebackreflist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placebackreflist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placenameembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placenameembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placenamemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placenamemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placerefembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placerefembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placerefmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/placerefmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/repoembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/repoembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/reporefmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/reporefmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/sourcebackreflist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/sourcebackreflist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/srcattrembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/srcattrembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/surnamemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/surnamemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/surnametab.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/surnametab.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/webembedlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/webembedlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/webmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/__pycache__/webmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/addrembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/addressmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/attrembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/attrmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/backreflist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/backrefmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/buttontab.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/childmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/citationbackreflist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/citationembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/citationrefmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/embeddedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/eventattrembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/eventbackreflist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/eventembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/eventrefmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/familyattrembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/familyldsembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/gallerytab.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/grampstab.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/groupembeddedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/ldsembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/ldsmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/locationembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/locationmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/mediaattrembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/mediabackreflist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/nameembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/namemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/notebackreflist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/notemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/notetab.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/personbackreflist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/personeventembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/personrefembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/personrefmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/placebackreflist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/placenameembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/placenamemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/placerefembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/placerefmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/repoembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/reporefmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/sourcebackreflist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/srcattrembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/surnamemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/surnametab.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/webembedlist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/displaytabs/webmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editaddress.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editattribute.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editchildref.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editcitation.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editdate.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editevent.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editeventref.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editfamily.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editldsord.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editlink.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editlocation.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editmedia.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editmediaref.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editname.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editnote.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editperson.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editpersonref.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editplace.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editplaceformat.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editplacename.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editplaceref.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editprimary.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editreference.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editreporef.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editrepository.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editsecondary.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editsource.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/edittaglist.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/editurl.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/filtereditor.py
/usr/lib/python3.6/site-packages/gramps/gui/editors/objectentries.py
/usr/lib/python3.6/site-packages/gramps/gui/filters
/usr/lib/python3.6/site-packages/gramps/gui/filters/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/_filtercombobox.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/_filtercombobox.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/_filtermenu.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/_filtermenu.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/_filterstore.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/_filterstore.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/_searchbar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/__pycache__/_searchbar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/_filtercombobox.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/_filtermenu.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/_filterstore.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/_searchbar.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_citationsidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_citationsidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_eventsidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_eventsidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_familysidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_familysidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_mediasidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_mediasidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_notesidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_notesidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_personsidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_personsidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_placesidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_placesidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_reposidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_reposidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_sidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_sidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_sourcesidebarfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/__pycache__/_sourcesidebarfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_citationsidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_eventsidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_familysidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_mediasidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_notesidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_personsidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_placesidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_reposidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_sidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/filters/sidebar/_sourcesidebarfilter.py
/usr/lib/python3.6/site-packages/gramps/gui/glade
/usr/lib/python3.6/site-packages/gramps/gui/glade.py
/usr/lib/python3.6/site-packages/gramps/gui/glade/addmedia.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/baseselector.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/book.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/clipboard.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/configure.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/dbman.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/dialog.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/displaystate.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editaddress.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editattribute.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editchildref.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editcitation.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editdate.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editevent.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editeventref.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editfamily.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editldsord.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editlink.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editlocation.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editmedia.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editmediaref.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editname.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editnote.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editperson.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editpersonref.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editplace.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editplaceformat.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editplacename.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editplaceref.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editreporef.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editrepository.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editsource.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/editurl.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/grampletpane.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/gramps.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergecitation.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergedata.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergeevent.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergefamily.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergemedia.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergenote.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergeperson.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergeplace.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergerepository.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/mergesource.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/papermenu.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/plugins.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/reorder.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/rule.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/styleeditor.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/tipofday.glade
/usr/lib/python3.6/site-packages/gramps/gui/glade/updateaddons.glade
/usr/lib/python3.6/site-packages/gramps/gui/grampsgui.py
/usr/lib/python3.6/site-packages/gramps/gui/listmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/logger
/usr/lib/python3.6/site-packages/gramps/gui/logger/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/_errorreportassistant.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/_errorreportassistant.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/_errorview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/_errorview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/_gtkhandler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/_gtkhandler.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/_rotatehandler.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/__pycache__/_rotatehandler.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/logger/_errorreportassistant.py
/usr/lib/python3.6/site-packages/gramps/gui/logger/_errorview.py
/usr/lib/python3.6/site-packages/gramps/gui/logger/_gtkhandler.py
/usr/lib/python3.6/site-packages/gramps/gui/logger/_rotatehandler.py
/usr/lib/python3.6/site-packages/gramps/gui/makefilter.py
/usr/lib/python3.6/site-packages/gramps/gui/managedwindow.py
/usr/lib/python3.6/site-packages/gramps/gui/merge
/usr/lib/python3.6/site-packages/gramps/gui/merge/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergecitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergecitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergeevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergeevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergefamily.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergefamily.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergemedia.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergemedia.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergenote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergenote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergeperson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergeperson.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergeplace.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergeplace.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergerepository.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergerepository.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergesource.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/__pycache__/mergesource.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergecitation.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergeevent.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergefamily.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergemedia.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergenote.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergeperson.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergeplace.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergerepository.py
/usr/lib/python3.6/site-packages/gramps/gui/merge/mergesource.py
/usr/lib/python3.6/site-packages/gramps/gui/navigator.py
/usr/lib/python3.6/site-packages/gramps/gui/plug
/usr/lib/python3.6/site-packages/gramps/gui/plug/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/_dialogs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/_dialogs.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/_guioptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/_guioptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/_windows.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/_windows.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/tool.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/__pycache__/tool.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/_dialogs.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/_guioptions.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/_windows.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/export
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/__pycache__/_exportassistant.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/__pycache__/_exportassistant.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/__pycache__/_exportoptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/__pycache__/_exportoptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/_exportassistant.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/export/_exportoptions.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__/_quickreports.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__/_quickreports.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__/_quicktable.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__/_quicktable.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__/_textbufdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/__pycache__/_textbufdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/_quickreports.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/_quicktable.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/quick/_textbufdoc.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_bookdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_bookdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_docreportdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_docreportdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_drawreportdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_drawreportdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_fileentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_fileentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_graphreportdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_graphreportdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_graphvizreportdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_graphvizreportdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_papermenu.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_papermenu.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_reportdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_reportdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_stylecombobox.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_stylecombobox.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_styleeditor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_styleeditor.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_textreportdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_textreportdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_treereportdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_treereportdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_webreportdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/__pycache__/_webreportdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_bookdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_docreportdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_drawreportdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_fileentry.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_graphreportdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_graphvizreportdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_papermenu.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_reportdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_stylecombobox.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_styleeditor.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_textreportdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_treereportdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/report/_webreportdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/plug/tool.py
/usr/lib/python3.6/site-packages/gramps/gui/pluginmanager.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/baseselector.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/baseselector.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectcitation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectcitation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectevent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectevent.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectfamily.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectfamily.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectnote.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectnote.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectobject.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectobject.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectorexceptions.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectorexceptions.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectorfactory.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectorfactory.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectperson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectperson.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectplace.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectplace.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectrepository.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectrepository.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectsource.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/__pycache__/selectsource.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/selectors/baseselector.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectcitation.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectevent.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectfamily.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectnote.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectobject.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectorexceptions.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectorfactory.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectperson.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectplace.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectrepository.py
/usr/lib/python3.6/site-packages/gramps/gui/selectors/selectsource.py
/usr/lib/python3.6/site-packages/gramps/gui/spell.py
/usr/lib/python3.6/site-packages/gramps/gui/tipofday.py
/usr/lib/python3.6/site-packages/gramps/gui/uimanager.py
/usr/lib/python3.6/site-packages/gramps/gui/undohistory.py
/usr/lib/python3.6/site-packages/gramps/gui/user.py
/usr/lib/python3.6/site-packages/gramps/gui/utils.py
/usr/lib/python3.6/site-packages/gramps/gui/utilscairo.py
/usr/lib/python3.6/site-packages/gramps/gui/viewmanager.py
/usr/lib/python3.6/site-packages/gramps/gui/views
/usr/lib/python3.6/site-packages/gramps/gui/views/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/bookmarks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/bookmarks.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/listview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/listview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/navigationview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/navigationview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/pageview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/pageview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/tags.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/__pycache__/tags.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/bookmarks.py
/usr/lib/python3.6/site-packages/gramps/gui/views/listview.py
/usr/lib/python3.6/site-packages/gramps/gui/views/navigationview.py
/usr/lib/python3.6/site-packages/gramps/gui/views/pageview.py
/usr/lib/python3.6/site-packages/gramps/gui/views/tags.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/basemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/basemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/citationbasemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/citationbasemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/citationlistmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/citationlistmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/citationtreemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/citationtreemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/eventmodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/eventmodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/familymodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/familymodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/flatbasemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/flatbasemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/mediamodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/mediamodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/notemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/notemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/peoplemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/peoplemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/placemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/placemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/repomodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/repomodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/sourcemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/sourcemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/treebasemodel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/__pycache__/treebasemodel.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/basemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/citationbasemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/citationlistmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/citationtreemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/eventmodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/familymodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/flatbasemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/mediamodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/notemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/peoplemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/placemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/repomodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/sourcemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/views/treemodels/treebasemodel.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__init__.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/basicentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/basicentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/buttons.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/buttons.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/cellrenderertextedit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/cellrenderertextedit.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/dateentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/dateentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/expandcollapsearrow.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/expandcollapsearrow.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/fanchart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/fanchart.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/fanchart2way.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/fanchart2way.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/fanchartdesc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/fanchartdesc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/grabbers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/grabbers.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/grampletbar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/grampletbar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/grampletpane.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/grampletpane.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/interactivesearchbox.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/interactivesearchbox.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/labels.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/labels.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/linkbox.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/linkbox.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/menuitem.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/menuitem.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/monitoredwidgets.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/monitoredwidgets.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/multitreeview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/multitreeview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/photo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/photo.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/placeentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/placeentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/placewithin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/placewithin.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/progressdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/progressdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/reorderfam.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/reorderfam.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/selectionwidget.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/selectionwidget.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/shadebox.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/shadebox.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/shortlistcomboentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/shortlistcomboentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/statusbar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/statusbar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/styledtextbuffer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/styledtextbuffer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/styledtexteditor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/styledtexteditor.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/undoablebuffer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/undoablebuffer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/undoableentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/undoableentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/undoablestyledbuffer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/undoablestyledbuffer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/validatedcomboentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/validatedcomboentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/validatedmaskedentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/__pycache__/validatedmaskedentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/gui/widgets/basicentry.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/buttons.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/cellrenderertextedit.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/dateentry.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/expandcollapsearrow.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/fanchart.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/fanchart2way.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/fanchartdesc.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/grabbers.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/grampletbar.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/grampletpane.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/interactivesearchbox.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/labels.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/linkbox.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/menuitem.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/monitoredwidgets.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/multitreeview.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/photo.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/placeentry.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/placewithin.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/progressdialog.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/reorderfam.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/selectionwidget.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/shadebox.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/shortlistcomboentry.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/statusbar.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/styledtextbuffer.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/styledtexteditor.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/undoablebuffer.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/undoableentry.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/undoablestyledbuffer.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/validatedcomboentry.py
/usr/lib/python3.6/site-packages/gramps/gui/widgets/validatedmaskedentry.py
/usr/lib/python3.6/site-packages/gramps/plugins
/usr/lib/python3.6/site-packages/gramps/plugins/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db
/usr/lib/python3.6/site-packages/gramps/plugins/db/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/db/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/bsddb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/bsddb.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/bsddb.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/bsddb.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/bsddbtxn.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/bsddbtxn.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/cursor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/cursor.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/read.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/read.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/summary.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/summary.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/undoredo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/undoredo.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/upgrade.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/upgrade.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/write.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/__pycache__/write.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/bsddb.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/bsddb.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/bsddbtxn.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/cursor.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/read.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/summary.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/undoredo.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/upgrade.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/bsddb/write.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__/dbapi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__/dbapi.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__/sqlite.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__/sqlite.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__/sqlite.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/__pycache__/sqlite.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/dbapi.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/sqlite.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/db/dbapi/sqlite.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/asciidoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/asciidoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/cairodoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/cairodoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/docgen.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/docgen.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/gtkprint.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/gtkprint.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/htmldoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/htmldoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/latexdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/latexdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/odfdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/odfdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/rtfdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/rtfdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/svgdrawdoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/__pycache__/svgdrawdoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/asciidoc.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/cairodoc.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/docgen.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/gtkprint.glade
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/gtkprint.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/htmldoc.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/latexdoc.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/odfdoc.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/rtfdoc.py
/usr/lib/python3.6/site-packages/gramps/plugins/docgen/svgdrawdoc.py
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/ancestortree.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/ancestortree.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/calendarreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/calendarreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/descendtree.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/descendtree.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/drawplugins.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/drawplugins.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/fanchart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/fanchart.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/statisticschart.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/statisticschart.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/timeline.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/__pycache__/timeline.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/ancestortree.py
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/calendarreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/descendtree.py
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/drawplugins.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/fanchart.py
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/statisticschart.py
/usr/lib/python3.6/site-packages/gramps/plugins/drawreport/timeline.py
/usr/lib/python3.6/site-packages/gramps/plugins/export
/usr/lib/python3.6/site-packages/gramps/plugins/export/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/export.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/export.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportcsv.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportcsv.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportftree.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportftree.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportgedcom.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportgedcom.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportgeneweb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportgeneweb.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportpkg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportpkg.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportvcalendar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportvcalendar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportvcard.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportvcard.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportxml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/__pycache__/exportxml.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/export/export.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/exportcsv.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/exportftree.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/exportgedcom.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/exportgeneweb.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/exportpkg.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/exportvcalendar.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/exportvcard.py
/usr/lib/python3.6/site-packages/gramps/plugins/export/exportxml.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/ageondategramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/ageondategramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/agestats.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/agestats.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/ancestor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/ancestor.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/attributes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/attributes.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/backlinks.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/backlinks.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/calendargramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/calendargramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/children.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/children.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/citations.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/citations.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/coordinates.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/coordinates.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/descendant.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/descendant.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/eval.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/eval.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/events.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/events.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/fanchart2waygramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/fanchart2waygramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/fanchartdescgramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/fanchartdescgramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/fanchartgramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/fanchartgramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/faqgramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/faqgramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/filter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/filter.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/gallery.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/gallery.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/givennamegramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/givennamegramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/gramplet.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/gramplet.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/leak.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/leak.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/locations.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/locations.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/mediapreview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/mediapreview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/metadataviewer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/metadataviewer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/notes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/notes.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/pedigreegramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/pedigreegramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/persondetails.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/persondetails.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/personresidence.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/personresidence.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/placedetails.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/placedetails.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/quickviewgramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/quickviewgramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/recordsgramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/recordsgramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/relativegramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/relativegramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/repositorydetails.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/repositorydetails.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/sessionloggramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/sessionloggramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/soundgen.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/soundgen.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/statsgramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/statsgramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/surnamecloudgramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/surnamecloudgramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/todo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/todo.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/todogramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/todogramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/topsurnamesgramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/topsurnamesgramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/welcomegramplet.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/welcomegramplet.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/whatsnext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/__pycache__/whatsnext.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/ageondategramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/agestats.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/ancestor.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/attributes.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/backlinks.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/calendargramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/children.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/citations.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/coordinates.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/descendant.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/eval.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/events.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/fanchart2waygramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/fanchartdescgramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/fanchartgramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/faqgramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/filter.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/gallery.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/givennamegramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/gramplet.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/leak.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/locations.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/mediapreview.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/metadataviewer.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/notes.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/pedigreegramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/persondetails.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/personresidence.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/placedetails.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/quickviewgramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/recordsgramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/relativegramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/repositorydetails.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/sessionloggramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/soundgen.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/statsgramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/surnamecloudgramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/todo.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/todogramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/topsurnamesgramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/welcomegramplet.py
/usr/lib/python3.6/site-packages/gramps/plugins/gramplet/whatsnext.py
/usr/lib/python3.6/site-packages/gramps/plugins/graph
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/graphplugins.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/graphplugins.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/gvfamilylines.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/gvfamilylines.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/gvhourglass.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/gvhourglass.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/gvrelgraph.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/__pycache__/gvrelgraph.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/graph/graphplugins.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/graph/gvfamilylines.py
/usr/lib/python3.6/site-packages/gramps/plugins/graph/gvhourglass.py
/usr/lib/python3.6/site-packages/gramps/plugins/graph/gvrelgraph.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/import.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/import.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importcsv.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importcsv.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importgedcom.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importgedcom.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importgeneweb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importgeneweb.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importgpkg.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importgpkg.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importgrdb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importgrdb.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importprogen.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importprogen.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importvcard.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importvcard.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importxml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/__pycache__/importxml.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/importer/import.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importcsv.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importgedcom.glade
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importgedcom.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importgeneweb.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importgpkg.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importgrdb.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importprogen.glade
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importprogen.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importvcard.py
/usr/lib/python3.6/site-packages/gramps/plugins/importer/importxml.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libcairodoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libcairodoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libgedcom.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libgedcom.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libgrampsxml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libgrampsxml.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libholiday.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libholiday.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libhtml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libhtml.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libhtmlbackend.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libhtmlbackend.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libhtmlconst.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libhtmlconst.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libmapservice.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libmapservice.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libmetadata.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libmetadata.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libmixin.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libmixin.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libnarrate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libnarrate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libodfbackend.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libodfbackend.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libpersonview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libpersonview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libplaceimport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libplaceimport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libplaceview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libplaceview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libplugins.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libplugins.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libprogen.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libprogen.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/librecords.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/librecords.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/librecurse.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/librecurse.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libsubstkeyword.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libsubstkeyword.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libtreebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/__pycache__/libtreebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libcairodoc.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libgedcom.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libgrampsxml.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libholiday.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libhtml.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libhtmlbackend.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libhtmlconst.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libmapservice.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libmetadata.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libmixin.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libnarrate.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libodfbackend.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libpersonview.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libplaceimport.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libplaceview.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libplugins.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libprogen.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/librecords.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/librecurse.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libsubstkeyword.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/libtreebase.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/cairoprint.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/cairoprint.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/constants.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/constants.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/datelayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/datelayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/dummylayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/dummylayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/dummynogps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/dummynogps.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/geography.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/geography.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/kmllayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/kmllayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/libkml.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/libkml.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/lifewaylayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/lifewaylayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/markerlayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/markerlayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/messagelayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/messagelayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/osmgps.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/osmgps.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/placeselection.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/placeselection.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/selectionlayer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/__pycache__/selectionlayer.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/cairoprint.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/constants.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/datelayer.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/dummylayer.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/dummynogps.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/geography.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/kmllayer.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/libkml.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/lifewaylayer.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/markerlayer.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/messagelayer.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/osmgps.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/placeselection.py
/usr/lib/python3.6/site-packages/gramps/plugins/lib/maps/selectionlayer.py
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/eniroswedenmap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/eniroswedenmap.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/googlemap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/googlemap.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/mapservice.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/mapservice.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/openstreetmap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/__pycache__/openstreetmap.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/eniroswedenmap.py
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/googlemap.py
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/mapservice.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/mapservices/openstreetmap.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/ageondate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/ageondate.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/all_events.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/all_events.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/all_relations.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/all_relations.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/attributematch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/attributematch.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/filterbyname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/filterbyname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/lineage.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/lineage.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/linkreferences.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/linkreferences.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/onthisday.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/onthisday.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/quickview.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/quickview.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/references.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/references.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/reporef.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/reporef.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/samesurnames.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/samesurnames.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/siblings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/__pycache__/siblings.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/ageondate.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/all_events.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/all_relations.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/attributematch.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/filterbyname.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/lineage.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/linkreferences.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/onthisday.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/quickview.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/references.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/reporef.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/samesurnames.py
/usr/lib/python3.6/site-packages/gramps/plugins/quickview/siblings.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_ca.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_ca.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_cs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_cs.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_da.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_da.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_de.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_de.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_es.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_es.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_fi.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_fi.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_fr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_fr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_hr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_hr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_hu.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_hu.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_is.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_is.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_it.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_it.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_nl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_nl.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_no.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_no.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_pl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_pl.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_pt.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_pt.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_ru.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_ru.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_sk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_sk.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_sl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_sl.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_sv.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_sv.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_uk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/rel_uk.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/relplugins.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/__pycache__/relplugins.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_ca.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_cs.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_da.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_de.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_es.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_fi.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_fr.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_hr.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_hu.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_is.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_it.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_nl.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_no.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_pl.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_pt.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_ru.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_sk.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_sl.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_sv.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/rel_uk.py
/usr/lib/python3.6/site-packages/gramps/plugins/rel/relplugins.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/categorysidebar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/categorysidebar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/dropdownsidebar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/dropdownsidebar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/expandersidebar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/expandersidebar.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/sidebar.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/__pycache__/sidebar.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/categorysidebar.py
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/dropdownsidebar.py
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/expandersidebar.py
/usr/lib/python3.6/site-packages/gramps/plugins/sidebar/sidebar.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/alphabeticalindex.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/alphabeticalindex.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/ancestorreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/ancestorreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/birthdayreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/birthdayreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/custombooktext.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/custombooktext.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/descendreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/descendreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/detancestralreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/detancestralreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/detdescendantreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/detdescendantreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/endoflinereport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/endoflinereport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/familygroup.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/familygroup.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/indivcomplete.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/indivcomplete.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/kinshipreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/kinshipreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/notelinkreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/notelinkreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/numberofancestorsreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/numberofancestorsreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/placereport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/placereport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/recordsreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/recordsreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/simplebooktitle.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/simplebooktitle.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/summary.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/summary.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/tableofcontents.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/tableofcontents.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/tagreport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/tagreport.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/textplugins.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/__pycache__/textplugins.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/alphabeticalindex.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/ancestorreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/birthdayreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/custombooktext.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/descendreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/detancestralreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/detdescendantreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/endoflinereport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/familygroup.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/indivcomplete.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/kinshipreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/notelinkreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/numberofancestorsreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/placereport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/recordsreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/simplebooktitle.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/summary.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/tableofcontents.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/tagreport.py
/usr/lib/python3.6/site-packages/gramps/plugins/textreport/textplugins.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/changenames.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/changenames.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/changetypes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/changetypes.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/check.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/check.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/dateparserdisplaytest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/dateparserdisplaytest.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/dumpgenderstats.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/dumpgenderstats.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/eventcmp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/eventcmp.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/eventnames.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/eventnames.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/finddupes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/finddupes.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/findloop.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/findloop.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/mediamanager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/mediamanager.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/mergecitations.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/mergecitations.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/notrelated.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/notrelated.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/ownereditor.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/ownereditor.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/patchnames.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/patchnames.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/populatesources.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/populatesources.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/rebuild.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/rebuild.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/rebuildgenderstat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/rebuildgenderstat.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/rebuildrefmap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/rebuildrefmap.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/relcalc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/relcalc.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/removespaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/removespaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/removeunused.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/removeunused.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/reorderids.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/reorderids.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/sortevents.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/sortevents.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/testcasegenerator.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/testcasegenerator.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/tools.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/tools.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/toolsdebug.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/toolsdebug.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/verify.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/__pycache__/verify.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/tool/changenames.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/changenames.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/changetypes.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/changetypes.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/check.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/check.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/dateparserdisplaytest.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/dumpgenderstats.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/eventcmp.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/eventcmp.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/eventnames.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/finddupes.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/finddupes.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/findloop.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/findloop.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/mediamanager.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/mergecitations.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/mergecitations.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/notrelated.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/notrelated.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/ownereditor.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/ownereditor.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/patchnames.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/patchnames.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/populatesources.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/rebuild.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/rebuildgenderstat.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/rebuildrefmap.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/relcalc.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/relcalc.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/removespaces.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/removespaces.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/removeunused.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/removeunused.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/reorderids.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/reorderids.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/sortevents.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/testcasegenerator.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/tools.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/toolsdebug.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/tool/verify.glade
/usr/lib/python3.6/site-packages/gramps/plugins/tool/verify.py
/usr/lib/python3.6/site-packages/gramps/plugins/view
/usr/lib/python3.6/site-packages/gramps/plugins/view/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/citationlistview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/citationlistview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/citationtreeview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/citationtreeview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/dashboardview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/dashboardview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/eventview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/eventview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/familyview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/familyview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/fanchart2wayview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/fanchart2wayview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/fanchartdescview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/fanchartdescview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/fanchartview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/fanchartview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geoclose.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geoclose.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geoevents.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geoevents.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geofamclose.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geofamclose.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geofamily.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geofamily.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geography.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geography.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geomoves.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geomoves.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geoperson.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geoperson.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geoplaces.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/geoplaces.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/mediaview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/mediaview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/noteview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/noteview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/pedigreeview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/pedigreeview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/personlistview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/personlistview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/persontreeview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/persontreeview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/placelistview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/placelistview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/placetreeview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/placetreeview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/relview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/relview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/repoview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/repoview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/sourceview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/sourceview.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/view.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/__pycache__/view.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/view/citationlistview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/citationtreeview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/dashboardview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/eventview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/familyview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/fanchart2wayview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/fanchartdescview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/fanchartview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/geoclose.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/geoevents.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/geofamclose.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/geofamily.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/geography.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/geomoves.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/geoperson.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/geoplaces.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/mediaview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/noteview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/pedigreeview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/personlistview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/persontreeview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/placelistview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/placetreeview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/relview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/repoview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/sourceview.py
/usr/lib/python3.6/site-packages/gramps/plugins/view/view.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/addressbook.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/addressbook.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/addressbooklist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/addressbooklist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/basepage.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/basepage.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/buchheim.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/buchheim.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/citation.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/citation.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/contact.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/contact.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/download.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/download.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/event.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/event.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/family.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/family.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/home.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/home.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/introduction.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/introduction.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/layout.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/layout.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/media.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/media.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/narrativeweb.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/narrativeweb.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/person.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/person.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/place.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/place.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/repository.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/repository.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/source.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/source.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/statistics.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/statistics.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/surname.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/surname.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/surnamelist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/surnamelist.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/thumbnail.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/thumbnail.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/webcal.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/webcal.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/webplugins.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/__pycache__/webplugins.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/addressbook.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/addressbooklist.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/basepage.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/buchheim.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/citation.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/common.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/contact.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/download.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/event.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/family.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/home.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/introduction.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/layout.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/media.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/narrativeweb.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/person.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/place.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/repository.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/source.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/statistics.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/surname.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/surnamelist.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/thumbnail.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/webcal.py
/usr/lib/python3.6/site-packages/gramps/plugins/webreport/webplugins.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/__init__.py
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/__pycache__
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/__pycache__/webstuff.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/__pycache__/webstuff.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/__pycache__/webstuff.gpr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/__pycache__/webstuff.gpr.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/webstuff.gpr.py
/usr/lib/python3.6/site-packages/gramps/plugins/webstuff/webstuff.py
/usr/lib/python3.6/site-packages/gramps/test
/usr/lib/python3.6/site-packages/gramps/test/__init__.py
/usr/lib/python3.6/site-packages/gramps/test/__pycache__
/usr/lib/python3.6/site-packages/gramps/test/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/test/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/test/__pycache__/regrtest.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/test/__pycache__/regrtest.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/test/__pycache__/test_util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/gramps/test/__pycache__/test_util.cpython-36.pyc
/usr/lib/python3.6/site-packages/gramps/test/regrtest.py
/usr/lib/python3.6/site-packages/gramps/test/test_util.py
/usr/lib/python3.6/site-packages/gramps/version.py
/usr/share/appdata/gramps.appdata.xml
/usr/share/application-registry/gramps.applications
/usr/share/applications/gramps.desktop
/usr/share/doc/gramps
/usr/share/doc/gramps/AUTHORS
/usr/share/doc/gramps/FAQ
/usr/share/doc/gramps/NEWS
/usr/share/doc/gramps/TODO
/usr/share/doc/gramps/example
/usr/share/doc/gramps/example/csv
/usr/share/doc/gramps/example/csv/example.csv
/usr/share/doc/gramps/example/gedcom
/usr/share/doc/gramps/example/gedcom/sample.ged
/usr/share/doc/gramps/example/gramps
/usr/share/doc/gramps/example/gramps/1897_expeditionsmannschaft_rio_a.jpg
/usr/share/doc/gramps/example/gramps/654px-Aksel_Andersson.jpg
/usr/share/doc/gramps/example/gramps/Alimehemet.jpg
/usr/share/doc/gramps/example/gramps/AntoineClaudet.png
/usr/share/doc/gramps/example/gramps/E_W_Dahlgren.jpg
/usr/share/doc/gramps/example/gramps/Gunnlaugur_Larusson_-_Yawn.jpg
/usr/share/doc/gramps/example/gramps/O0.jpg
/usr/share/doc/gramps/example/gramps/O1.jpg
/usr/share/doc/gramps/example/gramps/O2.jpg
/usr/share/doc/gramps/example/gramps/O3.jpg
/usr/share/doc/gramps/example/gramps/O4.jpg
/usr/share/doc/gramps/example/gramps/O5.jpg
/usr/share/doc/gramps/example/gramps/data.gramps
/usr/share/doc/gramps/example/gramps/example.gramps
/usr/share/doc/gramps/example/gramps/scanned_microfilm.png
/usr/share/gramps
/usr/share/gramps/authors.xml
/usr/share/gramps/css
/usr/share/gramps/css/Web_Basic-Ash.css
/usr/share/gramps/css/Web_Basic-Blue.css
/usr/share/gramps/css/Web_Basic-Cypress.css
/usr/share/gramps/css/Web_Basic-Lilac.css
/usr/share/gramps/css/Web_Basic-Peach.css
/usr/share/gramps/css/Web_Basic-Spruce.css
/usr/share/gramps/css/Web_Citations-Animated.css
/usr/share/gramps/css/Web_Citations-Outline.css
/usr/share/gramps/css/Web_DropDown-Menus.css
/usr/share/gramps/css/Web_Fade-Menus.css
/usr/share/gramps/css/Web_Horizontal-Menus.css
/usr/share/gramps/css/Web_Mainz.css
/usr/share/gramps/css/Web_Nebraska.css
/usr/share/gramps/css/Web_Print-Default.css
/usr/share/gramps/css/Web_Vertical-Menus.css
/usr/share/gramps/css/Web_Visually.css
/usr/share/gramps/css/ancestortree.css
/usr/share/gramps/css/behaviour.css
/usr/share/gramps/css/jquery.flexbox.css
/usr/share/gramps/css/narrative-maps.css
/usr/share/gramps/css/swanky-purse
/usr/share/gramps/css/swanky-purse/images
/usr/share/gramps/css/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png
/usr/share/gramps/css/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png
/usr/share/gramps/css/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png
/usr/share/gramps/css/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png
/usr/share/gramps/css/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png
/usr/share/gramps/css/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png
/usr/share/gramps/css/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png
/usr/share/gramps/css/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png
/usr/share/gramps/css/swanky-purse/images/ui-icons_070603_256x240.png
/usr/share/gramps/css/swanky-purse/images/ui-icons_e8e2b5_256x240.png
/usr/share/gramps/css/swanky-purse/images/ui-icons_e9cd86_256x240.png
/usr/share/gramps/css/swanky-purse/images/ui-icons_efec9f_256x240.png
/usr/share/gramps/css/swanky-purse/images/ui-icons_f2ec64_256x240.png
/usr/share/gramps/css/swanky-purse/images/ui-icons_f9f2bd_256x240.png
/usr/share/gramps/css/swanky-purse/images/ui-icons_ff7519_256x240.png
/usr/share/gramps/css/swanky-purse/jquery-ui-1.7.2.custom.css
/usr/share/gramps/css/swanky-purse/jquery-ui-1.7.3.custom.css
/usr/share/gramps/grampsxml.dtd
/usr/share/gramps/grampsxml.rng
/usr/share/gramps/holidays.xml
/usr/share/gramps/images
/usr/share/gramps/images/add-parent-existing-family.png
/usr/share/gramps/images/add.png
/usr/share/gramps/images/bad.png
/usr/share/gramps/images/caution.png
/usr/share/gramps/images/document.png
/usr/share/gramps/images/down.png
/usr/share/gramps/images/good.png
/usr/share/gramps/images/gramps-export.png
/usr/share/gramps/images/gramps-import.png
/usr/share/gramps/images/gramps-parents-add.png
/usr/share/gramps/images/gramps-parents-open.png
/usr/share/gramps/images/gramps-parents.png
/usr/share/gramps/images/gramps-undo-history.png
/usr/share/gramps/images/gramps-url.png
/usr/share/gramps/images/gramps.png
/usr/share/gramps/images/gramps.svg
/usr/share/gramps/images/gtk-remove.png
/usr/share/gramps/images/hicolor
/usr/share/gramps/images/hicolor/16x16
/usr/share/gramps/images/hicolor/16x16/actions
/usr/share/gramps/images/hicolor/16x16/actions/geo-fixed-zoom.png
/usr/share/gramps/images/hicolor/16x16/actions/geo-free-zoom.png
/usr/share/gramps/images/hicolor/16x16/actions/geo-place-add.png
/usr/share/gramps/images/hicolor/16x16/actions/geo-place-link.png
/usr/share/gramps/images/hicolor/16x16/actions/geo-show-event.png
/usr/share/gramps/images/hicolor/16x16/actions/geo-show-family.png
/usr/share/gramps/images/hicolor/16x16/actions/geo-show-person.png
/usr/share/gramps/images/hicolor/16x16/actions/geo-show-place.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-address.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-attribute.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-bookmark-delete.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-bookmark-edit.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-bookmark-new.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-bookmark.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-citation.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-config.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-date-edit.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-date.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-event.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-family.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-fanchart.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-fanchart2way.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-fanchartdesc.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-font-bgcolor.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-font-color.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-font.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-geo.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-gramplet.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-lock.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-media.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-merge.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-notes.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-parents-add.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-parents-open.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-parents.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-pedigree.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-person.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-place.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-relation.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-reports.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-repository.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-source.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-spouse.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-tag-new.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-tag.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-tools.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-tree-group.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-tree-list.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-tree-select.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-unlock.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-view.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-viewmedia.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-zoom-best-fit.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-zoom-fit-width.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-zoom-in.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps-zoom-out.png
/usr/share/gramps/images/hicolor/16x16/actions/gramps.png
/usr/share/gramps/images/hicolor/22x22
/usr/share/gramps/images/hicolor/22x22/actions
/usr/share/gramps/images/hicolor/22x22/actions/geo-fixed-zoom.png
/usr/share/gramps/images/hicolor/22x22/actions/geo-free-zoom.png
/usr/share/gramps/images/hicolor/22x22/actions/geo-place-add.png
/usr/share/gramps/images/hicolor/22x22/actions/geo-place-link.png
/usr/share/gramps/images/hicolor/22x22/actions/geo-show-event.png
/usr/share/gramps/images/hicolor/22x22/actions/geo-show-family.png
/usr/share/gramps/images/hicolor/22x22/actions/geo-show-person.png
/usr/share/gramps/images/hicolor/22x22/actions/geo-show-place.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-address.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-attribute.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-bookmark-delete.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-bookmark-edit.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-bookmark-new.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-bookmark.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-citation.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-config.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-date-edit.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-date.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-event.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-family.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-fanchart.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-fanchart2way.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-fanchartdesc.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-font-bgcolor.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-font-color.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-font.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-geo-altmap.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-geo-birth.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-geo-death.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-geo-mainmap.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-geo-marriage.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-geo.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-gramplet.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-lock.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-media.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-merge.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-notes.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-parents-add.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-parents-open.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-parents.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-pedigree.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-person.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-place.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-relation.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-reports.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-repository.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-source.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-spouse.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-tag-new.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-tag.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-tools.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-tree-group.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-tree-list.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-tree-select.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-unlock.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-view.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-viewmedia.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-zoom-best-fit.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-zoom-fit-width.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-zoom-in.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps-zoom-out.png
/usr/share/gramps/images/hicolor/22x22/actions/gramps.png
/usr/share/gramps/images/hicolor/24x24
/usr/share/gramps/images/hicolor/24x24/actions
/usr/share/gramps/images/hicolor/24x24/actions/geo-fixed-zoom.png
/usr/share/gramps/images/hicolor/24x24/actions/geo-free-zoom.png
/usr/share/gramps/images/hicolor/24x24/actions/geo-place-add.png
/usr/share/gramps/images/hicolor/24x24/actions/geo-place-link.png
/usr/share/gramps/images/hicolor/24x24/actions/geo-show-event.png
/usr/share/gramps/images/hicolor/24x24/actions/geo-show-family.png
/usr/share/gramps/images/hicolor/24x24/actions/geo-show-person.png
/usr/share/gramps/images/hicolor/24x24/actions/geo-show-place.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-address.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-attribute.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-bookmark-delete.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-bookmark-edit.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-bookmark-new.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-bookmark.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-citation.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-config.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-date-edit.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-date.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-event.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-family.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-fanchart.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-fanchart2way.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-fanchartdesc.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-font-bgcolor.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-font-color.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-font.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-geo-altmap.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-geo-birth.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-geo-death.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-geo-mainmap.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-geo-marriage.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-geo.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-gramplet.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-lock.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-media.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-merge.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-notes.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-parents-add.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-parents-open.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-parents.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-pedigree.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-person.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-place.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-relation.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-reports.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-repository.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-source.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-spouse.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-tag-new.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-tag.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-tools.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-tree-group.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-tree-list.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-tree-select.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-unlock.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-view.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-viewmedia.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-zoom-best-fit.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-zoom-fit-width.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-zoom-in.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps-zoom-out.png
/usr/share/gramps/images/hicolor/24x24/actions/gramps.png
/usr/share/gramps/images/hicolor/48x48
/usr/share/gramps/images/hicolor/48x48/actions
/usr/share/gramps/images/hicolor/48x48/actions/geo-fixed-zoom.png
/usr/share/gramps/images/hicolor/48x48/actions/geo-free-zoom.png
/usr/share/gramps/images/hicolor/48x48/actions/geo-place-add.png
/usr/share/gramps/images/hicolor/48x48/actions/geo-place-link.png
/usr/share/gramps/images/hicolor/48x48/actions/geo-show-event.png
/usr/share/gramps/images/hicolor/48x48/actions/geo-show-family.png
/usr/share/gramps/images/hicolor/48x48/actions/geo-show-person.png
/usr/share/gramps/images/hicolor/48x48/actions/geo-show-place.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-address.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-attribute.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-bookmark-delete.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-bookmark-edit.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-bookmark-new.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-bookmark.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-citation.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-config.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-date-edit.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-date.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-event.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-family.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-fanchart.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-fanchart2way.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-fanchartdesc.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-font-bgcolor.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-font-color.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-font.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-geo-altmap.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-geo-birth.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-geo-death.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-geo-mainmap.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-geo-marriage.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-geo.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-gramplet.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-lock.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-media.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-merge.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-notes.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-parents-add.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-parents-open.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-parents.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-pedigree.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-person.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-place.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-relation.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-reports.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-repository.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-source.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-spouse.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-tag-new.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-tag.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-tools.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-tree-group.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-tree-list.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-tree-select.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-unlock.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-view.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-viewmedia.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-zoom-best-fit.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-zoom-fit-width.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-zoom-in.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps-zoom-out.png
/usr/share/gramps/images/hicolor/48x48/actions/gramps.png
/usr/share/gramps/images/hicolor/scalable
/usr/share/gramps/images/hicolor/scalable/actions
/usr/share/gramps/images/hicolor/scalable/actions/add-parent-existing-family.svg
/usr/share/gramps/images/hicolor/scalable/actions/geo-fixed-zoom.svg
/usr/share/gramps/images/hicolor/scalable/actions/geo-free-zoom.svg
/usr/share/gramps/images/hicolor/scalable/actions/geo-place-add.svg
/usr/share/gramps/images/hicolor/scalable/actions/geo-place-link.svg
/usr/share/gramps/images/hicolor/scalable/actions/geo-show-event.svg
/usr/share/gramps/images/hicolor/scalable/actions/geo-show-family.svg
/usr/share/gramps/images/hicolor/scalable/actions/geo-show-person.svg
/usr/share/gramps/images/hicolor/scalable/actions/geo-show-place.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-address.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-attribute.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-bookmark-delete.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-bookmark-edit.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-bookmark-new.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-bookmark.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-citation.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-config.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-date-edit.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-date.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-event.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-family.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-fanchart.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-fanchart2way.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-fanchartdesc.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-font-bgcolor.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-font-color.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-font.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-geo-altmap.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-geo-birth.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-geo-death.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-geo-mainmap.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-geo-marriage.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-geo.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-gramplet.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-lock.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-media.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-merge.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-notes.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-parents-add.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-parents-open.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-parents.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-pedigree.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-person.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-place.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-relation.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-reports.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-repository.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-source.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-spouse.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-tag-new.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-tag.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-tools.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-tree-group.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-tree-list.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-tree-select.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-unlock.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-view.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-viewmedia.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-zoom-best-fit.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-zoom-fit-width.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-zoom-in.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps-zoom-out.svg
/usr/share/gramps/images/hicolor/scalable/actions/gramps.svg
/usr/share/gramps/images/image-missing.png
/usr/share/gramps/images/logo.png
/usr/share/gramps/images/next.png
/usr/share/gramps/images/ped24.ico
/usr/share/gramps/images/previous.png
/usr/share/gramps/images/splash.jpg
/usr/share/gramps/images/stock_index_24.png
/usr/share/gramps/images/stock_link.png
/usr/share/gramps/images/stock_new-html.png
/usr/share/gramps/images/stock_notes.png
/usr/share/gramps/images/text-editor.png
/usr/share/gramps/images/up.png
/usr/share/gramps/images/webstuff
/usr/share/gramps/images/webstuff/Web_Gender_Female.png
/usr/share/gramps/images/webstuff/Web_Gender_Male.png
/usr/share/gramps/images/webstuff/Web_Mainz_Bkgd.png
/usr/share/gramps/images/webstuff/Web_Mainz_Header.png
/usr/share/gramps/images/webstuff/Web_Mainz_Mid.png
/usr/share/gramps/images/webstuff/Web_Mainz_MidLight.png
/usr/share/gramps/images/webstuff/blank.gif
/usr/share/gramps/images/webstuff/crosshairs.png
/usr/share/gramps/images/webstuff/favicon.ico
/usr/share/gramps/images/webstuff/favicon2.ico
/usr/share/gramps/images/webstuff/gramps-geo-altmap.png
/usr/share/gramps/images/webstuff/gramps-geo-birth.png
/usr/share/gramps/images/webstuff/gramps-geo-death.png
/usr/share/gramps/images/webstuff/gramps-geo-mainmap.png
/usr/share/gramps/images/webstuff/gramps-geo-marriage.png
/usr/share/gramps/images/webstuff/somerights20.gif
/usr/share/gramps/lds.xml
/usr/share/gramps/papersize.xml
/usr/share/gramps/tips.xml
/usr/share/icons/hicolor/48x48/apps/gramps.png
/usr/share/licenses/gramps
/usr/share/licenses/gramps/COPYING
/usr/share/locale/ar/LC_MESSAGES/gramps.mo
/usr/share/locale/bg/LC_MESSAGES/gramps.mo
/usr/share/locale/ca/LC_MESSAGES/gramps.mo
/usr/share/locale/cs/LC_MESSAGES/gramps.mo
/usr/share/locale/da/LC_MESSAGES/gramps.mo
/usr/share/locale/de/LC_MESSAGES/gramps.mo
/usr/share/locale/el/LC_MESSAGES/gramps.mo
/usr/share/locale/en_GB/LC_MESSAGES/gramps.mo
/usr/share/locale/eo/LC_MESSAGES/gramps.mo
/usr/share/locale/es/LC_MESSAGES/gramps.mo
/usr/share/locale/fi/LC_MESSAGES/gramps.mo
/usr/share/locale/fr/LC_MESSAGES/gramps.mo
/usr/share/locale/he/LC_MESSAGES/gramps.mo
/usr/share/locale/hr/LC_MESSAGES/gramps.mo
/usr/share/locale/hu/LC_MESSAGES/gramps.mo
/usr/share/locale/is/LC_MESSAGES/gramps.mo
/usr/share/locale/it/LC_MESSAGES/gramps.mo
/usr/share/locale/ja/LC_MESSAGES/gramps.mo
/usr/share/locale/lt/LC_MESSAGES/gramps.mo
/usr/share/locale/nb/LC_MESSAGES/gramps.mo
/usr/share/locale/nl/LC_MESSAGES/gramps.mo
/usr/share/locale/nn/LC_MESSAGES/gramps.mo
/usr/share/locale/pl/LC_MESSAGES/gramps.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gramps.mo
/usr/share/locale/pt_PT/LC_MESSAGES/gramps.mo
/usr/share/locale/ru/LC_MESSAGES/gramps.mo
/usr/share/locale/sk/LC_MESSAGES/gramps.mo
/usr/share/locale/sl/LC_MESSAGES/gramps.mo
/usr/share/locale/sq/LC_MESSAGES/gramps.mo
/usr/share/locale/sr/LC_MESSAGES/gramps.mo
/usr/share/locale/sv/LC_MESSAGES/gramps.mo
/usr/share/locale/ta/LC_MESSAGES/gramps.mo
/usr/share/locale/tr/LC_MESSAGES/gramps.mo
/usr/share/locale/uk/LC_MESSAGES/gramps.mo
/usr/share/locale/vi/LC_MESSAGES/gramps.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gramps.mo
/usr/share/locale/zh_HK/LC_MESSAGES/gramps.mo
/usr/share/locale/zh_TW/LC_MESSAGES/gramps.mo
/usr/share/man/man1/gramps.1.gz
/usr/share/mime-info/gramps.mime
/usr/share/mime/packages/gramps.xml
/usr/share/pixmaps/gramps.png

References

Summary

In this tutorial we learn how to install gramps on CentOS 8 using yum and dnf.