| Index: Source/build/scripts/make_runtime_features.py
|
| diff --git a/Source/build/scripts/make_runtime_features.py b/Source/build/scripts/make_runtime_features.py
|
| index c9656c8d129540bbfd3b0c29f28172f8ec7404bb..01f5dec53c4f62c3eb1129d3e7b014e66e12fbae 100755
|
| --- a/Source/build/scripts/make_runtime_features.py
|
| +++ b/Source/build/scripts/make_runtime_features.py
|
| @@ -27,10 +27,8 @@
|
| # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -import os.path
|
| import sys
|
|
|
| -from in_file import InFile
|
| import in_generator
|
| from name_utilities import lower_first
|
| import template_expander
|
|
|