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

Unified Diff: tests/local_rietveld.py

Issue 6792028: Move patch.py and rietveld.py from commit-queue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: fixed remaining issues Created 9 years, 9 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 | « rietveld.py ('k') | tests/patch_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/local_rietveld.py
diff --git a/tests/local_rietveld.py b/tests/local_rietveld.py
index b2efb3ff678f358a85855455c3bed1607545c438..a40271eda02fe92a1edd9df42f1446aced7e055b 100755
--- a/tests/local_rietveld.py
+++ b/tests/local_rietveld.py
@@ -55,7 +55,7 @@ class LocalRietveld(object):
self.sdk_path = os.path.abspath(
os.path.join(self.base_dir, '..', 'google_appengine'))
self.dev_app = os.path.join(self.sdk_path, 'dev_appserver.py')
- self.rietveld = os.path.join(self.base_dir, 'tests', 'rietveld')
+ self.rietveld = os.path.join(self.base_dir, 'tests', '_rietveld')
M-A Ruel 2011/04/04 19:08:34 Otherwise pylint would think rietveld_test.py woul
self.test_server = None
self.port = None
« no previous file with comments | « rietveld.py ('k') | tests/patch_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698