pygpo: Replace the use of SystemError with RuntimeError.
authorKristján Valur <kristjan@rvx.is>
Wed, 27 Feb 2019 13:36:03 +0000 (13:36 +0000)
committerNoel Power <npower@samba.org>
Thu, 7 Mar 2019 14:08:21 +0000 (14:08 +0000)
commit36adf08fabb4977e534eff30bccff30ce427787d
tree741750d28d3823662d8e98375db1dd76e45916ab
parent80cf852dbe4a8091e81e1515351aff393fc12af5
pygpo: Replace the use of SystemError with RuntimeError.

SystemError is reserved for internal errors in the interpreter.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13822
Signed-off-by: Kristján Valur Jónsson <kristjan@rvx.is>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
libgpo/pygpo.c