Mercurial > hg > medcouple
comparison medcouple.py @ 40:2493b21d7d8b
medcouple.py: add utf-8 source encoding line
Need it because the GPL header has unicode in it.
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 09 May 2016 19:14:25 -0400 |
parents | 4fb3b87b8610 |
children | 242afe8021b4 |
comparison
equal
deleted
inserted
replaced
39:4c8b4c1e851e | 40:2493b21d7d8b |
---|---|
1 #!/usr/bin/python | 1 #!/usr/bin/python |
2 # -*- coding: utf-8 -*- | |
2 | 3 |
3 # medcouple.py --- | 4 # medcouple.py --- |
4 | 5 |
5 # Copyright © 2015 Jordi Gutiérrez Hermoso <jordigh@octave.org> | 6 # Copyright © 2015 Jordi Gutiérrez Hermoso <jordigh@octave.org> |
6 | 7 |