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

Unified Diff: sky/tools/skypy/paths.py

Issue 852483002: Add skydb logcat command and make relative build_dir work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/tools/skydb ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skypy/paths.py
diff --git a/sky/tools/skypy/paths.py b/sky/tools/skypy/paths.py
index ffbd0ca8678209ce1eb6eb9788b3c705b77da3ff..8a7a6b5dddcbf958510edccc3614ac2c4a7a0ff2 100644
--- a/sky/tools/skypy/paths.py
+++ b/sky/tools/skypy/paths.py
@@ -4,6 +4,7 @@
import os
+# FIXME: All callers should use mopy/paths.py instead!
class Paths(object):
def __init__(self, build_directory):
self.src_root = os.path.abspath(os.path.join(__file__,
« no previous file with comments | « sky/tools/skydb ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698