diff options
Diffstat (limited to 'src')
-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): """ |