From 3e0a9671338067560e9c33e439ef4f5160f13647 Mon Sep 17 00:00:00 2001 From: "Michael P. Soulier" Date: Thu, 4 Oct 2012 08:28:55 -0400 Subject: Removing trailing whitespace --- tftpy/TftpServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.1