Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: mojo/devtools/common/devtoolslib/apptest_gtest_unittest.py

Issue 1128153002: Rename the devtools library: pylib -> devtoolslib. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address offline comments/ devtools_lib -> devtoolslib. Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/devtools/common/devtoolslib/apptest_gtest.py ('k') | mojo/devtools/common/devtoolslib/http_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/devtools/common/devtoolslib/apptest_gtest_unittest.py
diff --git a/mojo/devtools/common/pylib/apptest_gtest_unittest.py b/mojo/devtools/common/devtoolslib/apptest_gtest_unittest.py
similarity index 97%
rename from mojo/devtools/common/pylib/apptest_gtest_unittest.py
rename to mojo/devtools/common/devtoolslib/apptest_gtest_unittest.py
index f0ccb93beaacf9a55b0ea2bfbb86dad3eb1a63f6..40ef9acec7e2b50da8cd46292d0af0468ae9afdb 100644
--- a/mojo/devtools/common/pylib/apptest_gtest_unittest.py
+++ b/mojo/devtools/common/devtoolslib/apptest_gtest_unittest.py
@@ -11,7 +11,7 @@ try:
imp.find_module("pylib")
except ImportError:
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
-from pylib.apptest_gtest import _gtest_list_tests
+from devtoolslib.apptest_gtest import _gtest_list_tests
class GTestListTestsTest(unittest.TestCase):
« no previous file with comments | « mojo/devtools/common/devtoolslib/apptest_gtest.py ('k') | mojo/devtools/common/devtoolslib/http_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698