Explorar el Código

Remove unecessary import

tags/v1.0^2
Benjamin Attal hace 10 años
padre
commit
4202552a1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bitshift/crawler/crawl.py

+ 1
- 1
bitshift/crawler/crawl.py Ver fichero

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



Cargando…
Cancelar
Guardar