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: Tidy tox.ini, further simplify import_locales Created Oct. 6, 2017, 9:01 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..49f0af2b8826dc8c07f0e150c6bd1c393c7eaf20 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 packagerChrome and packagerEdge.
import sys
import os

Powered by Google App Engine
This is Rietveld