1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-27 04:24:05 +00:00

Reverting last change in scrapy-ctl script. PYTHONPATH should be set manually

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40497
This commit is contained in:
elpolilla 2008-12-15 12:14:41 +00:00
parent d72056c91e
commit 1cf569f88a

View File

@ -1,7 +1,4 @@
#!/usr/bin/env python
import sys, os
sys.path.append(os.path.dirname(os.getcwd()))
from scrapy.command.cmdline import execute
execute()