dongzhaorui 3 lat temu
rodzic
commit
dcedfe5235
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      find_source/crawler/searcher.py

+ 1 - 1
find_source/crawler/search_engines.py → find_source/crawler/searcher.py

@@ -1,6 +1,6 @@
 from abc import abstractmethod, ABCMeta
 from abc import abstractmethod, ABCMeta
 
 
-from common.analysis import parse_urls
+from crawler.analysis import parse_urls
 from crawler.constants import RBF, MGO_VISIT
 from crawler.constants import RBF, MGO_VISIT
 from crawler.downloader import Downloader
 from crawler.downloader import Downloader