[Bf-blender-cvs] [505cc694b3] blender2.8: Layer Unittesting: pep8 2/2

Dalai Felinto noreply at git.blender.org
Wed Mar 22 15:28:36 CET 2017


Commit: 505cc694b382742561f00ac34112bd55af71f80d
Author: Dalai Felinto
Date:   Wed Mar 22 15:22:58 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB505cc694b382742561f00ac34112bd55af71f80d

Layer Unittesting: pep8 2/2

Mass replacing the common code of all tests

```
echo "Fixing $1"

ed "$1" <<'EOF'
1,/Testing/d
i

from render_layer_common import *
import unittest
import os
import sys

sys.path.append(os.path.dirname(__file__))




More information about the Bf-blender-cvs mailing list