소스 검색

Remove unecessary import

tags/v1.0^2
Benjamin Attal 10 년 전
부모
커밋
4202552a1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      bitshift/crawler/crawl.py

+ 1
- 1
bitshift/crawler/crawl.py 파일 보기

@@ -7,7 +7,7 @@ Contains functions for initializing all subsidiary, threaded crawlers.
import logging, logging.handlers, os, Queue

from bitshift.crawler import crawler, indexer
from bitshift.parser import parse, start_parse_servers
from bitshift.parser import start_parse_servers

__all__ = ["crawl"]



불러오는 중...
취소
저장