Bug fixes, code cleanup, debugging help all working together to make it so that I...
[theonering] / src / gvoice / session.py
index 1f52bf9..d87f7ad 100644 (file)
@@ -81,3 +81,7 @@ class Session(object):
                Delay initialized addressbook
                """
                return self._conversations
+
+       @property
+       def stateMachine(self):
+               return self._stateMachine