diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2014-08-17 21:53:34 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-09-01 02:47:15 +0200 |
commit | 17174016ec6603afe87a65282f9b7eb55f2eafeb (patch) | |
tree | 1e815d4ab942bf3b8ac932d3a1213b7a00659e26 /examples/user_location.py | |
parent | ed37174a2b40d2d90aa6a0c7f778108687d39602 (diff) | |
download | slixmpp-17174016ec6603afe87a65282f9b7eb55f2eafeb.tar.gz slixmpp-17174016ec6603afe87a65282f9b7eb55f2eafeb.tar.bz2 slixmpp-17174016ec6603afe87a65282f9b7eb55f2eafeb.tar.xz slixmpp-17174016ec6603afe87a65282f9b7eb55f2eafeb.zip |
Remove all trailing whitespaces.
Diffstat (limited to 'examples/user_location.py')
-rwxr-xr-x | examples/user_location.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/user_location.py b/examples/user_location.py index 8840ec85..5a30f7af 100755 --- a/examples/user_location.py +++ b/examples/user_location.py @@ -25,7 +25,7 @@ class LocationBot(ClientXMPP): super(LocationBot, self).__init__(jid, password) self.add_event_handler('session_start', self.start) - self.add_event_handler('user_location_publish', + self.add_event_handler('user_location_publish', self.user_location_publish) self.register_plugin('xep_0004') |