dongzhaorui %!s(int64=3) %!d(string=hai) anos
pai
achega
dcedfe5235
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 common.analysis import parse_urls
+from crawler.analysis import parse_urls
 from crawler.constants import RBF, MGO_VISIT
 from crawler.downloader import Downloader