another pass onf shebangs
[sfa.git] / sfa / server / sfaserver.py
index 223ae77..b71c250 100644 (file)
@@ -1,10 +1,8 @@
-##
-# This module implements a general-purpose server layer for sfa.
-# The same basic server should be usable on the registry, component, or
-# other interfaces.
-#
-# TODO: investigate ways to combine this with existing PLC server?
-##
+"""
+This module implements a general-purpose server layer for sfa.
+The same basic server should be usable on the registry or
+other interfaces.
+"""
 
 import threading
 
@@ -62,4 +60,6 @@ class SfaServer(threading.Thread):
     # Execute the server, serving requests forever.
 
     def run(self):
+        print("IN")
         self.server.serve_forever()
+        print("OUT")