1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/python/samba/netcmd
Tim Beale b0af029504 netcmd: Minor changes to 'group stats' command
These changes were inadvertently left off 0c910245fc.
(They were made to the 2nd patch-set iteration posted to the
mailing-list, but for some reason the first patch-set got delivered).

Changes are:
+ rework some variable names for better readability
+ Average members defaulted to int, so lost any floating point
precision.
+ Replace 'Min members' (which was fairly meaningless) with 'Median
members per group'.
+ Fix flake8 long line warnings

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2018-12-04 09:17:17 +01:00
..
__init__.py samba-tool: let self.usage() find argv[0] by itself 2018-11-01 05:08:11 +01:00
common.py PEP8: fix E128: continuation line under-indented for visual indent 2018-08-24 07:49:27 +02:00
computer.py python/samba/netcmd: changes for samab.tests.samba_tool.computer 2018-09-03 03:22:23 +02:00
dbcheck.py samba-tool dbcheck: remove unused variable 2018-11-01 05:08:14 +01:00
delegation.py PEP8: fix E711: comparison to None should be 'if cond is not None:' 2018-08-24 07:49:30 +02:00
dns.py netcmd: apply the new get_logger to cmds 2018-10-10 06:16:22 +02:00
domain_backup.py netcmd: Flush replUpToDateVector when restoring offline backup 2018-11-20 01:33:33 +01:00
domain.py samba-tool domain: remove unused variables 2018-11-01 05:08:15 +01:00
drs.py samba-tool drs: remove duplicate and unused imports 2018-10-25 21:45:52 +02:00
dsacl.py PEP8: more space before equals 2018-08-24 07:49:31 +02:00
forest.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
fsmo.py PEP8: fix E128: continuation line under-indented for visual indent 2018-09-06 15:50:17 +02:00
gpo.py samba-tool gpo: convert pseudo-method into method 2018-11-07 17:55:08 +01:00
group.py netcmd: Minor changes to 'group stats' command 2018-12-04 09:17:17 +01:00
ldapcmp.py samba-tool ldapcmp: print DNs on predictable order 2018-11-21 07:46:20 +01:00
main.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
nettime.py python/samba: Fix py2/3 relative module import issue 2018-09-03 03:22:20 +02:00
ntacl.py samba-tool ntacl: remove unused imports and variables 2018-11-01 09:40:02 +01:00
ou.py python: PY3 Exceptions don't have .message 2018-11-01 05:08:10 +01:00
processes.py samba-tool processes: display pre-fork masters and workers 2018-11-23 08:25:20 +01:00
pso.py python/samba/netcmd: PY3 fix test samba.tests.samba_tool.passwordsettings 2018-09-15 15:18:26 +02:00
rodc.py samba-tool rodc: remove unused variable 2018-11-01 05:08:14 +01:00
schema.py PEP8: fix E122: continuation line missing indentation or outdented 2018-09-06 12:10:11 +02:00
sites.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
spn.py samba-tool spn: remove unused variables 2018-11-01 05:08:14 +01:00
testparm.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
user.py sync_passwords: Remove dirsync cookie logging for continuous operation 2018-11-20 22:14:16 +01:00
visualize.py uptodateness: migrate get_kcc_and_dsas as a function 2018-10-18 06:15:25 +02:00