No more need to alter sys.path in each and every render_layer unit test.

I tried the clean way, by setting the PYTHONPATH environment variable for
CTest, using SET (CTEST_ENVIRONMENT blablab), but that didn't seem to
work.
This commit is contained in:
Sybren A. Stüvel
2017-04-07 17:50:47 +02:00
parent 6cf3fa9ff0
commit ad60283bc8
102 changed files with 3 additions and 101 deletions

View File

@@ -6,7 +6,6 @@ import unittest
import os
import sys
sys.path.append(os.path.dirname(__file__))
from render_layer_common import *