| Index: native_client_sdk/src/build_tools/tests/sdktools_commands_test.py
|
| diff --git a/native_client_sdk/src/build_tools/tests/test_sdktools_commands.py b/native_client_sdk/src/build_tools/tests/sdktools_commands_test.py
|
| similarity index 99%
|
| rename from native_client_sdk/src/build_tools/tests/test_sdktools_commands.py
|
| rename to native_client_sdk/src/build_tools/tests/sdktools_commands_test.py
|
| index c1598335f19ed54458d324c49f52590f74be04e6..113ec9d01d40b4510c8befe579409fdd7db79660 100755
|
| --- a/native_client_sdk/src/build_tools/tests/test_sdktools_commands.py
|
| +++ b/native_client_sdk/src/build_tools/tests/sdktools_commands_test.py
|
| @@ -9,7 +9,7 @@ import re
|
| import tarfile
|
| import tempfile
|
| import unittest
|
| -from test_sdktools import SdkToolsTestCase
|
| +from sdktools_test import SdkToolsTestCase
|
|
|
| SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
|
| BUILD_TOOLS_DIR = os.path.dirname(SCRIPT_DIR)
|
|
|