CountryList-Module: Rename method parsing_needed to is_parsing_needed to make boolean character more clear

This commit is contained in:
2015-11-21 11:32:00 +01:00
parent 3864c9013c
commit f1e0157643

View File

@@ -77,7 +77,7 @@ class CountryList():
# Try to find year # Try to find year
self.find_year() self.find_year()
def parsing_needed( self, revid ): def is_parsing_needed( self, revid ):
""" """
Check if current revid of CountryList differs from given one Check if current revid of CountryList differs from given one