summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/w32err_code.py
AgeCommit message (Collapse)AuthorFilesLines
2016-09-28s4-scripting: make w32err_code.py work with recent html table changes.Günther Deschner1-5/+6
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
this should be much more portable
2009-10-15s4:w32err_code.py script - put it under "scripting/bin"Matthias Dieter Wallnöfer1-0/+361
I think this is a better location for this script. Since the subdirectory "script" of "source4" contains only scripts for "make install" and "make uninstall".