* src/Filters/Rules/Place/__init__.py: add HasPlace to editor_rule_list

svn: r7884
This commit is contained in:
Don Allingham
2007-01-08 21:46:32 +00:00
parent 610ee95aa9
commit 2d5349b7b8
2 changed files with 2 additions and 0 deletions

View File

@@ -43,4 +43,5 @@ editor_rule_list = [
HasNoteMatchingSubstringOf,
PlacePrivate,
MatchesFilter,
HasPlace,
]