Browse Source

Merge changes from branch 'countrylist-module'

+ Fixed syntax error
develop
Jonathan Golder 9 years ago
parent
commit
df67d7ca8a
  1. 13
      countrylist.py

13
countrylist.py

@ -329,3 +329,16 @@ missing!" )
else: else:
raise CountryListEntryError( "Template Parameter 'Interpret' is \ raise CountryListEntryError( "Template Parameter 'Interpret' is \
missing!" ) missing!" )
class CountryListError( Exception ):
"""
Handles errors occuring in class CountryList
"""
pass
class CountryListEntryError( CountryListError ):
"""
Handles errors occuring in class CountryList related to entrys
"""
pass

Loading…
Cancel
Save