浏览代码

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 import logging, logging.handlers, os, Queue


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


__all__ = ["crawl"] __all__ = ["crawl"]




正在加载...
取消
保存