Sidnei da Silva wrote:
> < return name not in ('CVS', 'SVN', '.', '..')
> ---
>
>> return name not in ('CVS', 'SVN', '.', '..') and not name.endswith('.properties')
>
> Sounds fine?
Provided you write tests which excercise both the success and failure cases
you've already experienced...
Chris