X-Git-Url: http://users.mur.at/ms/git/gitweb/?a=blobdiff_plain;f=aces_1.0.0%2Fpython%2Faces_ocio%2Ftests%2Ftests_aces_config.py;h=fb7524aab754a81a6a17dd7bdafa6aaac83ba2e6;hb=0cc52e33a3822b22e7cc30bf44e80e83c6de678f;hp=a451379e415729f055d7f521b91e399247a1a9af;hpb=529f7b361204176430ea0df642e4ec00a5c54ad7;p=OpenColorIO-Configs.git diff --git a/aces_1.0.0/python/aces_ocio/tests/tests_aces_config.py b/aces_1.0.0/python/aces_ocio/tests/tests_aces_config.py index a451379..fb7524a 100644 --- a/aces_1.0.0/python/aces_ocio/tests/tests_aces_config.py +++ b/aces_1.0.0/python/aces_ocio/tests/tests_aces_config.py @@ -19,7 +19,7 @@ sys.path.append(os.path.abspath( os.path.join(os.path.dirname(__file__), '..', '..'))) from aces_ocio.utilities import files_walker -from aces_ocio.config import ( +from aces_ocio.generate_config import ( ACES_OCIO_CTL_DIRECTORY_ENVIRON, generate_config) @@ -40,7 +40,6 @@ __all__ = ['REFERENCE_CONFIG_ROOT_DIRECTORY', # tests. REFERENCE_CONFIG_ROOT_DIRECTORY = os.path.abspath( os.path.join(os.path.dirname(__file__), '..', '..', '..')) -REFERENCE_CONFIG_ROOT_DIRECTORY = '/colour-science/colour-ramblings/ocio/aces' HASH_TEST_PATTERNS = ('\.3dl', '\.lut', '\.csp') UNHASHABLE_TEST_PATTERNS = ('\.icc', '\.ocio')