Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: packager.py

Issue 29562599: Issue 5751 - Removing legacy gecko support (Closed)
Patch Set: Rebasing agains 5763, purging .properties code, addressing comments Created Oct. 4, 2017, 11:37 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: packager.py
diff --git a/packager.py b/packager.py
index dbefa84ce1ff39e3f92b1827d7db3e00d5ee3f8d..9f26567afab837daf8c2ddf98b06ecbc1a3e4554 100644
--- a/packager.py
+++ b/packager.py
@@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Note: These are the base functions common to all packagers, the actual
-# packagers are implemented in packagerGecko and packagerChrome.
+# packagers are implemented in packagerEdge and packagerChrome.
Sebastian Noack 2017/10/04 22:22:18 Nit: We usually list Chrome before Edge everywhere
tlucas 2017/10/05 10:10:30 Done.
import sys
import os

Powered by Google App Engine
This is Rietveld