listing missing references

svn: r21209
This commit is contained in:
Jérôme Rapinat 2013-01-24 15:34:21 +00:00
parent 383bd9548a
commit 38f29ece86
2 changed files with 4 additions and 1 deletions

View File

@ -130,6 +130,7 @@ gramps/gen/filters/rules/note/_hasidof.py
gramps/gen/filters/rules/note/_hasnote.py
gramps/gen/filters/rules/note/_hasreferencecountof.py
gramps/gen/filters/rules/note/_hastag.py
gramps/gen/filters/rules/note/_hastype.py
gramps/gen/filters/rules/note/_matchesfilter.py
gramps/gen/filters/rules/note/_matchesregexpof.py
gramps/gen/filters/rules/note/_matchessubstringof.py
@ -257,7 +258,7 @@ gramps/gen/filters/rules/source/_matchesrepositoryfilter.py
gramps/gen/filters/rules/source/_matchestitlesubstringof.py
gramps/gen/filters/rules/source/_regexpidof.py
gramps/gen/filters/rules/source/_sourceprivate.py
gramps/gen/lib/attrtype.py
gramps/gen/lib/attrtype.pygramps/plugins/lib/libtreebase.py
gramps/gen/lib/childreftype.py
gramps/gen/lib/date.py
gramps/gen/lib/eventroletype.py
@ -571,6 +572,7 @@ gramps/plugins/lib/libplaceview.py
gramps/plugins/lib/libplugins.gpr.py
gramps/plugins/lib/librecords.py
gramps/plugins/lib/libtranslate.py
gramps/plugins/lib/libtreebase.py
gramps/plugins/lib/maps/geography.py
gramps/plugins/lib/maps/osmgps.py
gramps/plugins/lib/maps/placeselection.py

View File

@ -543,6 +543,7 @@ gramps/test/utils_test.py
gramps/webapp/connection.py
gramps/webapp/context.py
gramps/webapp/dbdjango.py
gramps/webapp/utils.py
gramps/webapp/grampsdb/admin.py
gramps/webapp/grampsdb/forms.py
gramps/webapp/grampsdb/__init__.py