mozilla-bmo1568145.patch
branchfirefox112
changeset 1188 a2caa2a2494f
parent 1184 1c3d3217d679
equal deleted inserted replaced
1187:17bc5a064ab4 1188:a2caa2a2494f
     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 @@ -13,16 +13,17 @@
    13 @@ -14,16 +14,17 @@
    14  
       
    15  import argparse
    14  import argparse
    16  import datetime
    15  import datetime
    17  import io
    16  import io
    18  import json
    17  import json
    19  import logging
    18  import logging
    20  import os
    19  import os
       
    20  import re
    21  import sys
    21  import sys
    22 +import time
    22 +import time
    23  
    23  
    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 mozpack.chrome.manifest import Manifest, ManifestLocale, parse_manifest
    29  from mozpack.chrome.manifest import Manifest, ManifestLocale, parse_manifest
    30  
    30  
    31 @@ -101,17 +102,17 @@ def get_dt_from_hg(path):
    31 @@ -102,17 +103,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")):