BUGFIX: ASCII installation files with unicode caused PIP problems

This commit is contained in:
Tim Mahrt
2016-03-22 12:21:21 +01:00
parent a36d7c8d17
commit 2dcb92217d
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -139,7 +139,7 @@ Acknowledgements
Development of Pysle was possible thanks to NSF grant **IIS 07-03624**
to Jennifer Cole and Mark Hasegawa-Johnson, NSF grant **BCS 12-51343**
to Jennifer Cole, José Hualde, and Caroline Smith, and
to the A*MIDEX project (n° **ANR-11-IDEX-0001-02**) to James Sneed German
funded by the Investissements dAvenir French Government program, managed
to Jennifer Cole, José Hualde, and Caroline Smith, and
to the A*MIDEX project (n° **ANR-11-IDEX-0001-02**) to James Sneed German
funded by the Investissements d'Avenir French Government program, managed
by the French National Research Agency (ANR).
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# encoding: utf-8
'''
Created on Oct 15, 2014