mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-28 18:43:58 +00:00
Remove now unused FileLookup._encode().
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user