eric6/E5Network/E5TldExtractor.py

changeset 7716
313e09453306
parent 7360
9190402e4505
child 7717
f32d7965a17e
--- 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
     #################################################################

eric ide

mercurial