summaryrefslogtreecommitdiffstats
path: root/tools/cygprofile/profile_android_startup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cygprofile/profile_android_startup.py')
-rw-r--r--tools/cygprofile/profile_android_startup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cygprofile/profile_android_startup.py b/tools/cygprofile/profile_android_startup.py
index 2543b86..6dbf0ea 100644
--- a/tools/cygprofile/profile_android_startup.py
+++ b/tools/cygprofile/profile_android_startup.py
@@ -79,7 +79,7 @@ class WprManager(object):
def Start(self):
"""Set up the device and host for WPR."""
self.Stop()
- #TODO(azarchs): make self._InstallTestCa() work
+ # TODO(lizeb,pasko): make self._InstallTestCa() work
self._BringUpWpr()
self._StartForwarder()
@@ -87,7 +87,7 @@ class WprManager(object):
"""Clean up the device and host's WPR setup."""
self._StopForwarder()
self._StopWpr()
- #TODO(azarchs): make self._RemoveTestCa() work
+ # TODO(lizeb,pasko): make self._RemoveTestCa() work
def __enter__(self):
self.Start()