summaryrefslogtreecommitdiff
path: root/tftpy/TftpClient.py
diff options
context:
space:
mode:
authoradehad <26027314+adehad@users.noreply.github.com>2021-10-21 18:52:19 +0100
committeradehad <26027314+adehad@users.noreply.github.com>2021-10-21 18:52:19 +0100
commit11865abc65c7c096e8a415eda35b684140334ea7 (patch)
tree023b4b8dcba698f71fd3c3d5b83f113feb5fbb60 /tftpy/TftpClient.py
parent157dac9a07fb3fccbccec3162ac40d8f07559450 (diff)
parent77ba33dee44b3d889781db32cfcf99a4a2ada4dd (diff)
downloadtftpy-11865abc65c7c096e8a415eda35b684140334ea7.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'tftpy/TftpClient.py')
-rw-r--r--tftpy/TftpClient.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tftpy/TftpClient.py b/tftpy/TftpClient.py
index 03522d1..3aac753 100644
--- a/tftpy/TftpClient.py
+++ b/tftpy/TftpClient.py
@@ -15,6 +15,7 @@ from .TftpShared import *
log = logging.getLogger("tftpy.TftpClient")
+
class TftpClient(TftpSession):
"""This class is an implementation of a tftp client. Once instantiated, a
download can be initiated via the download() method, or an upload via the