Updated to ACES 1.0.1
[OpenColorIO-Configs.git] / aces_1.0.0 / python / bin / create_aces_config
diff --git a/aces_1.0.0/python/bin/create_aces_config b/aces_1.0.0/python/bin/create_aces_config
deleted file mode 100755 (executable)
index b62606d..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-
-"""
-Creates the *ACES* configuration.
-"""
-
-from __future__ import division
-
-import os
-import sys
-
-sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
-
-from aces_ocio.generate_config import main
-
-__author__ = 'ACES Developers'
-__copyright__ = 'Copyright (C) 2014 - 2015 - ACES Developers'
-__license__ = ''
-__maintainer__ = 'ACES Developers'
-__email__ = 'aces@oscars.org'
-__status__ = 'Production'
-
-__all__ = []
-
-if __name__ == '__main__':
-    main()