mirror of https://github.com/scrapy/scrapy.git
removed wtf line
This commit is contained in:
parent
5cbafaea7f
commit
42b86a385f
|
|
@ -3,8 +3,6 @@
|
|||
import re, os, time
|
||||
from unittest import TestCase
|
||||
|
||||
from test import test_support
|
||||
|
||||
from scrapy.http import Request, Response, Headers
|
||||
from scrapy.http.cookies import WrappedRequest, WrappedResponse, CookieJar, DefaultCookiePolicy
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue