зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1549636: use uuid4() in mach; r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D30147 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
65317978a2
Коммит
409a85d649
|
@ -260,7 +260,7 @@ To see more help for a specific command, run:
|
|||
mod = imp.new_module(b'mach.commands')
|
||||
sys.modules[b'mach.commands'] = mod
|
||||
|
||||
module_name = 'mach.commands.%s' % uuid.uuid1().get_hex()
|
||||
module_name = 'mach.commands.%s' % uuid.uuid4().get_hex()
|
||||
|
||||
try:
|
||||
imp.load_source(module_name, path)
|
||||
|
|
Загрузка…
Ссылка в новой задаче