summaryrefslogtreecommitdiff
path: root/tftpy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tftpy/__init__.py')
-rw-r--r--tftpy/__init__.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tftpy/__init__.py b/tftpy/__init__.py
index 94335fe..b1400df 100644
--- a/tftpy/__init__.py
+++ b/tftpy/__init__.py
@@ -1,7 +1,11 @@
-"""This library implements the tftp protocol, based on rfc 1350.
+"""
+This library implements the tftp protocol, based on rfc 1350.
http://www.faqs.org/rfcs/rfc1350.html
At the moment it implements only a client class, but will include a server,
with support for variable block sizes.
+
+As a client of tftpy, this is the only module that you should need to import
+directly. The TftpClient and TftpServer classes can be reached through it.
"""
import sys