Submitter | phabricator |
---|---|
Date | Feb. 18, 2018, 2:17 p.m. |
Message ID | <acc8e8c4d667f0dfb49170af1398f23f@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/28093/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-filecache.py b/tests/test-filecache.py --- a/tests/test-filecache.py +++ b/tests/test-filecache.py @@ -11,11 +11,15 @@ extensions, hg, localrepo, + pycompat, ui as uimod, util, vfs as vfsmod, ) +if pycompat.ispy3: + xrange = range + class fakerepo(object): def __init__(self): self._filecache = {}