changeset 28838:a9a8b3f29544

tests: remove unused import of mercurial.repoview from test-propertycache I don't see any reason to import it, but if there is a reason, please disregard this and the next patch.
author Yuya Nishihara <yuya@tcha.org>
date Tue, 05 Apr 2016 23:33:55 +0900
parents d54a7410307f
children de7802c3a1df
files tests/test-propertycache.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-propertycache.py	Sun Apr 03 11:23:31 2016 +0900
+++ b/tests/test-propertycache.py	Tue Apr 05 23:33:55 2016 +0900
@@ -8,7 +8,6 @@
 import os
 import subprocess
 import mercurial.localrepo
-import mercurial.repoview
 import mercurial.util
 import mercurial.hg
 import mercurial.ui as uimod