summaryrefslogtreecommitdiffstats
path: root/Lib/gopherlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/gopherlib.py')
-rw-r--r--Lib/gopherlib.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/gopherlib.py b/Lib/gopherlib.py
index 6965fbd..9514832 100644
--- a/Lib/gopherlib.py
+++ b/Lib/gopherlib.py
@@ -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'