Browse Source

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

develop
Jonathan Golder 9 years ago
parent
commit
f1e0157643
  1. 2
      countrylist.py

2
countrylist.py

@ -77,7 +77,7 @@ class CountryList():
# Try to 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

Loading…
Cancel
Save