ソースを参照

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"]



読み込み中…
キャンセル
保存