comparison contrib/perf.py @ 35602:998b585f156c

perf: do not import util.queue This was added by af25237be091. But util.queue is not a module and is not importable. I guess it wasn't noticed because of demandimport. Differential Revision: https://phab.mercurial-scm.org/D1848
author Jun Wu <quark@fb.com>
date Wed, 10 Jan 2018 21:09:57 -0800
parents af25237be091
children ed939545edd0
comparison
equal deleted inserted replaced
35601:98b87b8307e0 35602:998b585f156c
25 import random 25 import random
26 import struct 26 import struct
27 import sys 27 import sys
28 import threading 28 import threading
29 import time 29 import time
30 import util.queue
31 from mercurial import ( 30 from mercurial import (
32 changegroup, 31 changegroup,
33 cmdutil, 32 cmdutil,
34 commands, 33 commands,
35 copies, 34 copies,