Package: python-nbxmpp / 0.5.1-2

Metadata

Package Version Patches format
python-nbxmpp 0.5.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix raise statements.patch | (download)

nbxmpp/xmpp_stringprep.py | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 fix some raise statements so they are compatible with python 3
 Some raise statement were written in a legacy form that was incompatible with
 Python 3. This patch fixes that by using the new syntax.