mirror of https://github.com/scrapy/scrapy.git
Small piece of code moved for not complying with conventions
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40223
This commit is contained in:
parent
06964cf36b
commit
2b6bcd61df
|
|
@ -6,9 +6,6 @@ import libxml2
|
|||
from scrapy.http import Response
|
||||
from scrapy.xpath.selector import XmlXPathSelector, HtmlXPathSelector
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
class XPathTestCase(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
|
@ -223,3 +220,6 @@ class XPathTestCase(unittest.TestCase):
|
|||
u'\n ',
|
||||
u'\n pff\n'])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
|
|||
Loading…
Reference in New Issue