Add shebang to modules.
authorThomas Mansencal <thomas.mansencal@gmail.com>
Thu, 15 Jan 2015 16:51:51 +0000 (17:51 +0100)
committerThomas Mansencal <thomas.mansencal@gmail.com>
Thu, 15 Jan 2015 16:51:51 +0000 (17:51 +0100)
aces_1.0.0/python/aces_ocio/createARRIColorSpaces.py
aces_1.0.0/python/aces_ocio/createCanonColorSpaces.py
aces_1.0.0/python/aces_ocio/createREDColorSpaces.py
aces_1.0.0/python/aces_ocio/createSonyColorSpaces.py
aces_1.0.0/python/aces_ocio/create_aces_config.py
aces_1.0.0/python/aces_ocio/generateLUT.py
aces_1.0.0/python/aces_ocio/process.py
aces_1.0.0/python/aces_ocio/util.py

index 4d4b05c..d782295 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 import array
 
 import aces_ocio.generateLUT as genlut
index 3619dc3..934fec5 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 import array
 
 import aces_ocio.generateLUT as genlut
index 9345d09..c1e1bb3 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 import array
 
 import aces_ocio.generateLUT as genlut
index d0bb606..72ac0d3 100755 (executable)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 '''
 usage from python
 
index 9a2e3fc..0fd8c50 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 '''
 build instructions for osx for needed packages.
 
index 17347ee..766a5c8 100755 (executable)
@@ -1,4 +1,5 @@
-#!/usr/bin/python2.6\r
+#!/usr/bin/env python\r
+# -*- coding: utf-8 -*-\r
 \r
 '''A process wrapper class that maintains the text output and execution status of a process\r
 or a list of other process wrappers which carry such data.'''\r
index f525d11..fde3ef6 100644 (file)
@@ -1,3 +1,6 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
 import os
 import re