changeset 13975 | 938fbeacac84 |
parent 8656 | 284fda4cd093 |
child 14971 | 0b21ae0a2366 |
--- a/tests/test-walkrepo.py Thu Apr 21 13:18:52 2011 +0200 +++ b/tests/test-walkrepo.py Thu Apr 21 16:06:19 2011 +0200 @@ -1,6 +1,6 @@ import os from mercurial import hg, ui -from mercurial.util import walkrepos +from mercurial.scmutil import walkrepos from os import mkdir, chdir from os.path import join as pjoin