summaryrefslogtreecommitdiff
path: root/examples/rpc_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rpc_async.py')
-rwxr-xr-xexamples/rpc_async.py13
1 files changed, 4 insertions, 9 deletions
diff --git a/examples/rpc_async.py b/examples/rpc_async.py
index f773a8d1..ec857529 100755
--- a/examples/rpc_async.py
+++ b/examples/rpc_async.py
@@ -1,13 +1,9 @@
#!/usr/bin/env python3
-# -*- coding: utf-8 -*-
-"""
- Slixmpp: The Slick XMPP Library
- Copyright (C) 2011 Dann Martens
- This file is part of Slixmpp.
-
- See the file LICENSE for copying permission.
-"""
+# Slixmpp: The Slick XMPP Library
+# Copyright (C) 2011 Dann Martens
+# This file is part of Slixmpp.
+# See the file LICENSE for copying permission.
from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \
ANY_ALL, Future
@@ -44,4 +40,3 @@ def main():
if __name__ == '__main__':
main()
-