Parcourir la source

Remove unecessary import

tags/v1.0^2
Benjamin Attal il y a 10 ans
Parent
révision
4202552a1e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      bitshift/crawler/crawl.py

+ 1
- 1
bitshift/crawler/crawl.py Voir le fichier

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



Chargement…
Annuler
Enregistrer