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
Douglas Bagnall aecb2b779b python: remove all 'from __future__ import print_function'
This made Python 2's print behave like Python 3's print().

In some cases, where we had:

   from __future__ import print_function
   """Intended module documentation..."""

this will have the side effect of making the intended module documentation
work as the actual module documentation (i.e. becoming __doc__), because
it is once again the first statement in the module.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2021-04-28 03:43:34 +00:00
..
__init__.py kcc: use py3 compatible sort in rarely visited branch 2021-03-17 17:10:32 +00:00
debug.py PEP8: fix E305: expected 2 blank lines after class or function definition, found 1 2018-08-24 07:49:30 +02:00
graph_utils.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
graph.py python/kcc/graph: import KCCError, which is used somewhere 2018-11-01 05:08:13 +01:00
kcc_utils.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
ldif_import_export.py python: Move dsdb_Dn to samdb 2020-10-02 13:29:35 +00:00