chiark / gitweb /
configure.ac: `Better' broken attempt to find Wireshark plugin dir.
[tripe] / py / tripe.py.in
index ac616ae82acb748efba11046f3c0a82c55bbec17..ae88ba3d4f2a3a785f778939a077f69a9a8686bf 100644 (file)
@@ -330,8 +330,10 @@ class SelIOWatcher (object):
     Wait for something interesting to happen, and issue events.
 
     That is, basically, do one iteration of a main select loop, processing
-    all of the events, and then return.  This isn't needed for
-    `TripeCommandDispatcher', but `runservices' wants it.
+    all of the events, and then return.  This is used in the method
+    `TripeCommandDispatcher.mainloop', but that's mostly for the benefit of
+    `runservices'; if your I/O watcher has a different main loop, you can
+    drive it yourself.
     """
     M.select()