mozilla-bmo1568145.patch
branchfirefox110
changeset 1184 1c3d3217d679
parent 1183 e69790650e3c
child 1188 a2caa2a2494f
equal deleted inserted replaced
1183:e69790650e3c 1184:1c3d3217d679
     8 for the definition of this variable.
     8 for the definition of this variable.
     9 
     9 
    10 diff --git a/python/mozbuild/mozbuild/action/langpack_manifest.py b/python/mozbuild/mozbuild/action/langpack_manifest.py
    10 diff --git a/python/mozbuild/mozbuild/action/langpack_manifest.py b/python/mozbuild/mozbuild/action/langpack_manifest.py
    11 --- a/python/mozbuild/mozbuild/action/langpack_manifest.py
    11 --- a/python/mozbuild/mozbuild/action/langpack_manifest.py
    12 +++ b/python/mozbuild/mozbuild/action/langpack_manifest.py
    12 +++ b/python/mozbuild/mozbuild/action/langpack_manifest.py
    13 @@ -15,16 +15,17 @@ from __future__ import absolute_import, 
    13 @@ -13,16 +13,17 @@
    14  
    14  
    15  import argparse
    15  import argparse
    16  import datetime
    16  import datetime
    17  import io
    17  import io
    18  import json
    18  import json
    24  import fluent.syntax.ast as FTL
    24  import fluent.syntax.ast as FTL
    25  import mozpack.path as mozpath
    25  import mozpack.path as mozpath
    26  import mozversioncontrol
    26  import mozversioncontrol
    27  import requests
    27  import requests
    28  from fluent.syntax.parser import FluentParser
    28  from fluent.syntax.parser import FluentParser
    29  from mozbuild.configure.util import Version
       
    30  from mozpack.chrome.manifest import Manifest, ManifestLocale, parse_manifest
    29  from mozpack.chrome.manifest import Manifest, ManifestLocale, parse_manifest
    31 @@ -102,17 +103,17 @@ def get_dt_from_hg(path):
    30  
       
    31 @@ -101,17 +102,17 @@ def get_dt_from_hg(path):
    32  #    ts == "20170914215617"
    32  #    ts == "20170914215617"
    33  ###
    33  ###
    34  def get_timestamp_for_locale(path):
    34  def get_timestamp_for_locale(path):
    35      dt = None
    35      dt = None
    36      if os.path.isdir(os.path.join(path, ".hg")):
    36      if os.path.isdir(os.path.join(path, ".hg")):