1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00
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
..
2019-11-18 10:11:41 +00:00
2020-11-10 06:53:43 +00:00
2019-10-31 00:43:36 +00:00
2020-11-10 06:53:43 +00:00
2017-04-22 09:16:16 +02:00
2009-05-05 19:04:39 -04:00
2019-02-26 10:39:24 +01:00
2019-11-18 10:11:41 +00:00