diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-20 17:33:13 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-10-20 17:33:13 +0000 |
commit | dc61d36cf109828ca3a60dfe4b65e44b3162b9b8 (patch) | |
tree | 4d9f7637ffa077ad54613c67a51b6e6024098126 /src/contact.py | |
parent | 3b3042d315f68c2a0a140dd2b8e3212158b5c35b (diff) | |
download | poezio-dc61d36cf109828ca3a60dfe4b65e44b3162b9b8.tar.gz poezio-dc61d36cf109828ca3a60dfe4b65e44b3162b9b8.tar.bz2 poezio-dc61d36cf109828ca3a60dfe4b65e44b3162b9b8.tar.xz poezio-dc61d36cf109828ca3a60dfe4b65e44b3162b9b8.zip |
fix an import issue (JID)
Diffstat (limited to 'src/contact.py')
-rw-r--r-- | src/contact.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contact.py b/src/contact.py index 3a0ea30e..5fa0a17d 100644 --- a/src/contact.py +++ b/src/contact.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with Poezio. If not, see <http://www.gnu.org/licenses/>. -from sleekxmpp.xmlstream.jid import JID +from sleekxmpp.xmlstream.stanzabase import JID class Resource(object): """ |