Define encodings on some files to be compliant to Python >= 2.6.
This commit is contained in:
parent
30768655f6
commit
ba877e061e
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''This folder contains copies of external, "authentic" data, stored as text
|
||||
files, like ISO 639.2 country codes. In this package, corresponding Python
|
||||
classes are available for accessing the data in the text files.'''
|
||||
|
|
Loading…
Reference in a new issue