summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/gen_error_common.py
AgeCommit message (Collapse)AuthorFilesLines
2018-12-14PY3: change shebang to python3 in source4/scripting/bin dirJoe Guo1-1/+1
Samba default python is 3 now. Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Noel Power <npower@samba.org>
2017-08-22python: scripting: Port ntstatus and werror generators to Python 3 ↵Lumir Balhar1-1/+1
compatible form. Signed-off-by: Lumir Balhar <lbalhar@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
2017-02-14errors: pull out code into common fileBob Campbell1-0/+82
This is a precursor to generating other types of errors. Signed-off-by: Bob Campbell <bobcampbell@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>