[svn] commit: r3287 - /branches/trac352/src/lib/python/isc/utils/serve_mixin.py

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 20 02:47:53 UTC 2010


Author: jinmei
Date: Wed Oct 20 02:47:53 2010
New Revision: 3287

Log:
removed another redundant white space at an EOL

Modified:
    branches/trac352/src/lib/python/isc/utils/serve_mixin.py

Modified: branches/trac352/src/lib/python/isc/utils/serve_mixin.py
==============================================================================
--- branches/trac352/src/lib/python/isc/utils/serve_mixin.py (original)
+++ branches/trac352/src/lib/python/isc/utils/serve_mixin.py Wed Oct 20 02:47:53 2010
@@ -36,7 +36,7 @@
         self.__serve_thread = None
 
     def serve_forever(self, poll_interval=None):
-        ''' Override the serve_forever([poll_interval]) in class 
+        ''' Override the serve_forever([poll_interval]) in class
         socketserver.TCPServer by using the socketpair to wake up
         instead of pulling.
           Note, parameter 'poll_interval' is just used to keep the




More information about the bind10-changes mailing list