1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/scripting/devel
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
..
drs
addlotscontacts python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
chgkrbtgtpass PY3: change shebang to python3 in source4/scripting dir 2018-12-14 14:40:20 +01:00
chgtdcpass PY3: change shebang to python3 in source4/scripting dir 2018-12-14 14:40:20 +01:00
config_base scripting: avoid inefficient string redefinition 2019-09-24 12:22:45 +00:00
crackname python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
demodirsync.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
enumprivs PY3: change shebang to python3 in source4/scripting dir 2018-12-14 14:40:20 +01:00
getncchanges python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
nmfind
pfm_verify.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
rebuild_zone.sh
repl_cleartext_pwd.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
rodcdns s4/script/rodcdns: str type doesn't need decoding 2019-07-02 04:21:36 +00:00
speedtest.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
tmpfs.sh
watch_servers.sh