PEP8: fix E226: missing whitespace around arithmetic operator
[samba.git] / python / samba / netcmd / ou.py
2018-08-24 Joe GuoPEP8: fix E226: missing whitespace around arithmetic...
2018-08-24 Joe GuoPEP8: fix E202: whitespace before ')'
2018-08-24 Joe GuoPEP8: fix E201: whitespace after '('
2018-08-24 Joe GuoPEP8: fix E125: continuation line with same indent...
2018-08-24 Joe GuoPEP8: fix E123: closing bracket does not match indentat...
2018-02-14 Douglas Bagnallsamba-tool: convert 'except X, e' to 'except X as e...
2018-02-08 Björn Baumbachsamba-tool: implement ou management commands