summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/ou.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-01python: PY3 Exceptions don't have .messageDouglas Bagnall1-7/+7
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+6
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-1/+1
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-08-24PEP8: fix E125: continuation line with same indent as next logical lineJoe Guo1-1/+1
2018-08-24PEP8: fix E123: closing bracket does not match indentation of opening bracket...Joe Guo1-8/+8
2018-02-15samba-tool: convert 'except X, e' to 'except X as e' for all XDouglas Bagnall1-12/+12
2018-02-08samba-tool: implement ou management commandsBjörn Baumbach1-0/+395