1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/python/samba/kcc
Joe Guo 949109442f kcc/kcc_utils: fix divide for py3
`/` will return float other than int in py3.
Use `//` to keep consistent with py2.

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
2018-04-13 07:27:13 +02:00
..
__init__.py samba python libs: convert 'except X, (tuple)' to 'except X as e' 2018-02-28 23:01:40 +01:00
debug.py samba_kcc: kcc.debug module defers to samba.colour 2018-01-13 17:37:07 +01:00
graph_utils.py kcc/kcc_utils: convert dict.keys to list 2018-04-13 07:27:13 +02:00
graph.py KCC: remove unused create_edge_set() function 2015-06-12 06:57:17 +02:00
kcc_utils.py kcc/kcc_utils: fix divide for py3 2018-04-13 07:27:13 +02:00
ldif_import_export.py samba python libs: convert 'except X, (tuple)' to 'except X as e' 2018-02-28 23:01:40 +01:00