added web console docstring pointing to documentation, improved telnet console docstring

This commit is contained in:
Pablo Hoffman 2009-06-23 16:11:23 -03:00
parent 834ac9fca0
commit 93fcf6e314
2 changed files with 8 additions and 3 deletions

View File

@ -1,7 +1,7 @@
"""
Telnet Console extension
Scrapy Telnet Console extension
See documentation in docs/ref/telnetconsole.rst
See documentation in docs/topics/telnetconsole.rst
"""
import pprint

View File

@ -1,8 +1,13 @@
"""
Scrapy Web Console extension
See docs/topics/webconsole.rst
"""
import re
import socket
from datetime import datetime
from twisted.internet import reactor
from twisted.web import server, resource
from pydispatch import dispatcher