tests: remove unused import of mercurial.repoview from test-propertycache
authorYuya Nishihara <yuya@tcha.org>
Tue, 05 Apr 2016 23:33:55 +0900
changeset 28838 a9a8b3f29544
parent 28837 d54a7410307f
child 28839 de7802c3a1df
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.
tests/test-propertycache.py
--- 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