1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/python/samba/netcmd
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 samba-tool: fetch "no such subcommand" error and print error message 2020-04-29 08:08:21 +00:00
common.py samba-tool drs: move attr_default to common 2020-12-09 16:00:39 +00:00
computer.py python2 reduction: Merge remaining compat code into common 2020-10-02 14:49:36 +00:00
contact.py python2 reduction: Merge remaining compat code into common 2020-10-02 14:49:36 +00:00
dbcheck.py dbcheck: don't check expired tombstone objects by default anymore 2019-03-14 03:12:27 +00: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 samba-tool: add dns zoneoptions for aging control 2021-04-21 10:04:14 +00:00
domain_backup.py netcmd: Fix opening SamDB database for offline backup 2021-03-24 02:08:54 +00:00
domain.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
drs.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
dsacl.py python: use raw string for regex with escape 2020-02-07 10:37:37 +00:00
forest.py PEP8: fix E302: expected 2 blank lines, found 1 2018-08-24 07:49:29 +02:00
fsmo.py samba-tool: add 'import samba.drs_utils' to fsmo.py 2019-05-30 08:27:24 +00:00
gpo.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
group.py samba-tool group listmembers: always list objects which can not expire 2021-04-26 13:21:43 +00:00
ldapcmp.py python: use raw string for regex with escape 2020-02-07 10:37:37 +00:00
main.py samba-tool: implement contact management commands 2019-07-04 02:07:21 +00: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 2020-07-17 07:17:40 +00:00
ou.py samba-tool ou: rename 'ou create' to 'ou add' 2020-10-01 01:18:40 +00:00
processes.py spelling of associated 2019-02-13 04:15:14 +01:00
pso.py samba-tool pso uses common timestamp functions 2020-12-09 16:00:39 +00:00
rodc.py samba-tool rodc: remove unused variable 2018-11-01 05:08:14 +01:00
schema.py samba-tool: fix format of command description (help messages) 2019-07-04 02:07:20 +00:00
sites.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
spn.py samba-tool spn: remove unused variables 2018-11-01 05:08:14 +01:00
testparm.py python/loadparm: check for AD DC required VFS modules 2020-01-03 22:19:47 +00:00
user.py samba-tool user: add ';format=[GeneralizedTime,UnixTime,TimeSpec]' support in "samba-tool user show" 2021-03-01 03:50:35 +00:00
visualize.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00