1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 08:43:55 +00:00

Restored wrongly removed import

This commit is contained in:
Pablo Hoffman 2010-09-09 17:42:54 -03:00
parent c041328b45
commit b9ea9dcf1a

View File

@ -1,5 +1,7 @@
"""Some debugging functions for working with the Scrapy engine"""
from time import time # used in global tests code
from scrapy.project import crawler
def get_engine_status(engine=None):