Update UTF-8 declaration

This commit is contained in:
Jerome Kieffer 2014-04-24 09:48:58 +02:00
parent 90b53a7070
commit be03ddb7e7
8 changed files with 8217 additions and 7910 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf8
# coding: utf-8
"""
Tango device server for setting up pyFAI azimuthal integrator in a LImA ProcessLib.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
#coding: utf8
#coding: utf-8
"""
Tango device server for setting up pyFAI azimuthal integrator in a LImA ProcessLib.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf8
# coding: utf-8
from __future__ import with_statement, print_function
"""
LImA ProcessLib example of pyFAI azimuthal integrator Link and Sink

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
#coding: utf8
#coding: utf-8
#Class defining the link task for azimuthal regrouping in process lib for Lima
#
import logging

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf8
# coding: utf-8
"""
PyMca plugin for pyFAI azimuthal integrator in a LImA ProcessLib.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
#coding: utf8
#coding: utf-8
from __future__ import division, print_function, with_statement

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
#!/usr/bin/python
# coding: utf8
# coding: utf-8
import sys
from math import sqrt
import fabio