Define encodings on some files to be compliant to Python >= 2.6.

This commit is contained in:
Gaetan Delannay 2010-11-04 15:18:55 +01:00
parent 30768655f6
commit ba877e061e

View file

@ -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.'''