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.
--- 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