From 5ab77c745270d7d5c016c1dc7ef2a82533a4b16e Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Thu, 17 Jul 2014 14:19:04 +0200 Subject: Rename to slixmpp --- examples/rpc_async.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/rpc_async.py') diff --git a/examples/rpc_async.py b/examples/rpc_async.py index e3e23b69..edbad554 100755 --- a/examples/rpc_async.py +++ b/examples/rpc_async.py @@ -2,14 +2,14 @@ # -*- coding: utf-8 -*- """ - SleekXMPP: The Sleek XMPP Library + Slixmpp: The Slick XMPP Library Copyright (C) 2011 Dann Martens - This file is part of SleekXMPP. + This file is part of Slixmpp. See the file LICENSE for copying permission. """ -from sleekxmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \ +from slixmpp.plugins.xep_0009.remote import Endpoint, remote, Remote, \ ANY_ALL, Future import time -- cgit v1.2.3