fix an import issue (JID)
This commit is contained in:
parent
3b3042d315
commit
dc61d36cf1
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue