* src/GenericFilter.py (HasAttribute.apply): Make work when no value

is given; (HasFamilyAttribute.apply): Make work when no value is given.


svn: r4117
This commit is contained in:
Alex Roitman
2005-03-04 15:15:20 +00:00
parent e777c67ec1
commit 43ffb556fd
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2005-03-04 Alex Roitman <shura@alex.neuro.umn.edu>
* src/GenericFilter.py (HasAttribute.apply): Make work when no value
is given; (HasFamilyAttribute.apply): Make work when no value is given.
2005-03-03 Alex Roitman <shura@alex.neuro.umn.edu>
* src/GenericFilter.py (HasAttribute.apply): Fix the rule.
(HasFamilyAttribute.apply): Fix the rule.