Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2021-08-10 20:27:18 +0300
committerRay Molenkamp <github@lazydodo.com>2021-08-10 20:27:18 +0300
commit32c687b5ec43463d7d419313c4eecf1ad629f61e (patch)
tree92e875b799849cedf37d529fae9d4bb241b7979d /extern
parent946da86e026e16cc607797d3ccb94f39269ca4ca (diff)
Clean-up: Remove UTF8-BOM markers
Done at the request of Sergey.
Diffstat (limited to 'extern')
-rw-r--r--extern/audaspace/bindings/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/audaspace/bindings/python/setup.py.in b/extern/audaspace/bindings/python/setup.py.in
index add1a2d1475..5ad1a37db3a 100644
--- a/extern/audaspace/bindings/python/setup.py.in
+++ b/extern/audaspace/bindings/python/setup.py.in
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
import sys
import os