lots of changes to make things actually work
[saartuer.git] / tysock.py
index 3a0cc3a183adbf4cea6ce14c6898d63e0667292b..cd112144544e25beb5b06c8812dde0aa476f2e4c 100644 (file)
--- a/tysock.py
+++ b/tysock.py
@@ -1,4 +1,4 @@
-import socket, os, stat
+import socket, os, stat, struct, pwd
 from statemachine import StateMachine
 from libtuer import logger
 SO_PEERCRED = 17 # DO - NOT - TOUCH
@@ -75,6 +75,3 @@ class TySocket():
                                raise # forward Ctrl-C to the outside
                        except Exception as e:
                                logger.error("TySocket: Something went wrong: %s" % str(e))
-       
-       def stop(self):
-               pass