summaryrefslogtreecommitdiff
path: root/tftpy/TftpClient.py
diff options
context:
space:
mode:
authorMichael P. Soulier <msoulier@digitaltorque.ca>2018-05-18 11:51:52 -0400
committerMichael P. Soulier <msoulier@digitaltorque.ca>2018-05-18 11:51:52 -0400
commita646a68e831dd15260dd86b44ed1005195ea0b8e (patch)
treecd251ce826c86d4fbf7b956c30642f659e8120ca /tftpy/TftpClient.py
parent6dd8e5dd4a011c9c6916600484ab6863369417f2 (diff)
downloadtftpy-a646a68e831dd15260dd86b44ed1005195ea0b8e.tar.gz
Adding some boilerplate
Diffstat (limited to 'tftpy/TftpClient.py')
-rw-r--r--tftpy/TftpClient.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tftpy/TftpClient.py b/tftpy/TftpClient.py
index cc9cb5c..c366cae 100644
--- a/tftpy/TftpClient.py
+++ b/tftpy/TftpClient.py
@@ -1,3 +1,5 @@
+# vim: ts=4 sw=4 et ai:
+# -*- coding: utf8 -*-
"""This module implements the TFTP Client functionality. Instantiate an
instance of the client, and then use its upload or download method. Logging is
performed via a standard logging object set in TftpShared."""