#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Tests the *ACES* configuration.
"""

from __future__ import division

import os
import unittest
import sys

sys.path.append(os.path.join(os.path.dirname(__file__), '..'))

from aces_ocio.tests.tests_aces_config import *

__author__ = 'ACES Developers'
__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers'
__license__ = ''
__maintainer__ = 'ACES Developers'
__email__ = 'aces@oscars.org'
__status__ = 'Production'

if __name__ == '__main__':
    unittest.main()
