--- a/eric6/E5Network/E5TldExtractor.py Thu Sep 24 19:47:55 2020 +0200 +++ b/eric6/E5Network/E5TldExtractor.py Thu Sep 24 19:51:19 2020 +0200 @@ -249,6 +249,7 @@ @return default search paths for the TLD data file @rtype list of str """ + # TODO: replace this with path to our data directory to remove .qrc return [":"] def getTldDownloadUrl(self): @@ -433,6 +434,7 @@ """ return host.lower() + # TODO: remove this part and delete 'test_psl.txt' ################################################################# ## Methods below are for testing purposes #################################################################