Remove now unused FileLookup._encode().

This commit is contained in:
Laurent Monin
2013-08-06 19:09:57 +02:00
parent a6c8b1b1cd
commit 00c09b389f

View File

@@ -32,9 +32,6 @@ class FileLookup(object):
self.localPort = int(localPort)
self.port = port
def _encode(self, text):
return str(QtCore.QUrl.toPercentEncoding(text))
def _url(self, path, params={}):
url = QtCore.QUrl()
url.setScheme('http')