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:
parent
c041328b45
commit
b9ea9dcf1a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user