summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Vézina <ml.richard.vezina@gmail.com>2021-10-15 22:15:45 -0400
committerRichard Vézina <ml.richard.vezina@gmail.com>2021-10-15 22:15:45 -0400
commite0cccb9a305352b0c078bfcdfaaf873facdf6c50 (patch)
tree1f88f48898085ca97b77c1f04f2919c4f0a559b4
parentf9cc3d79e3d2f81419ac0bfaf61af181b20a698e (diff)
downloadtftpy-e0cccb9a305352b0c078bfcdfaaf873facdf6c50.tar.gz
Enhance PEP8
-rw-r--r--tftpy/TftpServer.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tftpy/TftpServer.py b/tftpy/TftpServer.py
index 849138d..fe505c3 100644
--- a/tftpy/TftpServer.py
+++ b/tftpy/TftpServer.py
@@ -20,6 +20,7 @@ from .TftpShared import *
log = logging.getLogger('tftpy.TftpServer')
+
class TftpServer(TftpSession):
"""This class implements a tftp server object. Run the listen() method to
listen for client requests.