Restored wrongly removed import

This commit is contained in:
Pablo Hoffman 2010-09-09 17:42:54 -03:00
parent c041328b45
commit b9ea9dcf1a
1 changed files with 2 additions and 0 deletions

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):