1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/dsdb/tests/python
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
..
testdata pytests: try ldap.modify_order with normal user 2019-05-01 05:32:25 +00:00
acl.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
ad_dc_medley_performance.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
ad_dc_multi_bind.py PY3: change shebang to python3 in source4/dsdb dir 2018-12-14 14:40:20 +01:00
ad_dc_performance.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
ad_dc_provision_performance.py PY3: change shebang to python3 in source4/dsdb dir 2018-12-14 14:40:20 +01:00
ad_dc_search_performance.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
asq.py CVE-2020-10730: selftest: Add test to show that VLV and paged_results are incompatible 2020-07-02 09:01:40 +00:00
attr_from_server.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
confidential_attr.py PY3: change shebang to python3 in source4/dsdb dir 2018-12-14 14:40:20 +01:00
deletetest.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
dirsync.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
dsdb_schema_info.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
large_ldap.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
ldap_modify_order.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
ldap_schema.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
ldap_syntaxes.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
ldap.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
linked_attributes.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
login_basics.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
ndr_pack_performance.py PY3: change shebang to python3 in source4/dsdb dir 2018-12-14 14:40:20 +01:00
notification.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
password_lockout_base.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
password_lockout.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
password_settings.py pytests: heed assertEquals deprecation warning en-masse 2020-02-07 10:37:37 +00:00
passwords.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
rodc_rwdc.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
rodc.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
sam.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
sec_descriptor.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
sites.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
sort.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
subtree_rename.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
token_group.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
tombstone_reanimation.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
urgent_replication.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
user_account_control.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
vlv.py python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00