10 lines
312 B
Python
10 lines
312 B
Python
"""
|
|
SleekXMPP: The Sleek XMPP Library
|
|
Copyright (C) 2011 Nathanael C. Fritz, Lance J.T. Stout
|
|
This file is part of SleekXMPP.
|
|
|
|
See the file LICENSE for copying permission.
|
|
"""
|
|
|
|
from sleekxmpp.plugins.xep_0086.stanza import LegacyError
|
|
from sleekxmpp.plugins.xep_0086.legacy_error import xep_0086
|