changeset 20034 | 1e5b38a919dd |
parent 19408 | c7ec39c1a381 |
child 22199 | b3e51675f98e |
--- a/mercurial/worker.py Wed Nov 06 18:19:04 2013 -0500 +++ b/mercurial/worker.py Wed Nov 06 16:48:06 2013 -0500 @@ -6,7 +6,8 @@ # GNU General Public License version 2 or any later version. from i18n import _ -import errno, os, signal, sys, threading, util +import errno, os, signal, sys, threading +import util def countcpus(): '''try to count the number of CPUs on the system'''