perf: do not import util.queue
authorJun Wu <quark@fb.com>
Wed, 10 Jan 2018 21:09:57 -0800
changeset 35602 998b585f156c
parent 35601 98b87b8307e0
child 35603 11c86ab69e67
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
contrib/perf.py
--- a/contrib/perf.py	Wed Jan 10 19:08:51 2018 -0800
+++ b/contrib/perf.py	Wed Jan 10 21:09:57 2018 -0800
@@ -27,7 +27,6 @@
 import sys
 import threading
 import time
-import util.queue
 from mercurial import (
     changegroup,
     cmdutil,