# HG changeset patch # User Yuya Nishihara # Date 1459866835 -32400 # Node ID a9a8b3f29544855c81ace8ffca3ecd61376c0936 # Parent d54a7410307fa7aef41fdc49b027a96fdf28f030 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. diff -r d54a7410307f -r a9a8b3f29544 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