From 55f83e8ab03d1f1824a5ed286d612c155112d318 Mon Sep 17 00:00:00 2001 From: Tom Nichols Date: Mon, 12 Jul 2010 12:09:34 -0400 Subject: fixed variable name --- sleekxmpp/xmlstream/statemachine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp') diff --git a/sleekxmpp/xmlstream/statemachine.py b/sleekxmpp/xmlstream/statemachine.py index 8939397b..8e05809e 100644 --- a/sleekxmpp/xmlstream/statemachine.py +++ b/sleekxmpp/xmlstream/statemachine.py @@ -197,7 +197,7 @@ class StateMachine(object): def reset(self): # TODO need to lock before calling this? - self.transition(self.__current_state, self._default_state) + self.transition(self.__current_state, self.__default_state) def _set_state(self, state): #unsynchronized, only call internally after lock is acquired -- cgit v1.2.3