Updated a comment

git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@4 63283fd4-ec1e-0410-9879-cb7f675518da
master
msoulier 2006-10-03 19:13:27 +00:00
parent cfa8e61fa3
commit 430f4f2a63
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
"""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.
At the moment it implements only a client class, but will include a server,
with support for variable block sizes.
"""
import struct, random, socket, sys, logging, time