summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael P. Soulier <msoulier@digitaltorque.ca>2012-10-04 08:28:55 -0400
committerMichael P. Soulier <msoulier@digitaltorque.ca>2012-10-04 08:28:55 -0400
commit3e0a9671338067560e9c33e439ef4f5160f13647 (patch)
treef4b0b5b4e8b942e264cc4ed1675b523d2da99321
parent47c0eda6d2d488e2fe9a134e94af90a14293cb41 (diff)
downloadtftpy-3e0a9671338067560e9c33e439ef4f5160f13647.tar.gz
Removing trailing whitespace
-rw-r--r--tftpy/TftpServer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tftpy/TftpServer.py b/tftpy/TftpServer.py
index 0f15fc0..f91d897 100644
--- a/tftpy/TftpServer.py
+++ b/tftpy/TftpServer.py
@@ -28,7 +28,7 @@ class TftpServer(TftpSession):
# A dict of sessions, where each session is keyed by a string like
# ip:tid for the remote end.
self.sessions = {}
-
+
if self.dyn_file_func:
if not callable(self.dyn_file_func):
raise TftpException, "A dyn_file_func supplied, but it is not callable."