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:
elpolilla 2008-09-11 14:50:15 +00:00
parent 06964cf36b
commit 2b6bcd61df
1 changed files with 3 additions and 3 deletions

View File

@ -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()