added a few more __all__ lists

fixed typo in ihooks docstring
This commit is contained in:
Skip Montanaro 2001-01-23 15:35:05 +00:00
parent 26e94a8822
commit 2dd4276559
9 changed files with 26 additions and 1 deletions

View file

@ -2,6 +2,8 @@
import string
__all__ = ["send_selector","send_query"]
# Default selector, host and port
DEF_SELECTOR = '1/'
DEF_HOST = 'gopher.micro.umn.edu'