1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/tdb
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
..
ABI tdb: Release tdb 1.4.3 2019-11-18 10:11:41 +00:00
common tdb: fix studio compiler build 2020-11-10 06:53:43 +00:00
docs lib/tdb/docs/tracing.txt: typo fixes 2019-10-31 00:43:36 +00:00
include tdb: fix studio compiler build 2020-11-10 06:53:43 +00:00
man tdbtool: Add "storehex" command 2017-04-22 09:16:16 +02:00
python python: remove all 'from __future__ import print_function' 2021-04-28 03:43:34 +00:00
test tdb: Rename tdb_oob() to tdb_notrans_oob() 2019-08-06 21:49:27 +00:00
tools tdb: Fix CID 1471761 String not null terminated 2021-01-14 13:29:35 +00:00
web
_tdb_text.py tdb/test/_tdbtext: remove unused imports 2018-10-25 21:45:55 +02:00
configure build: Move python detection back into waf (instead of in configure and Makefile) 2018-12-14 14:40:19 +01:00
doxy.config doc: Remove build/ from doxygen config or it will not work in brew. 2012-08-04 16:31:22 +02:00
Makefile Search for location of waf script 2019-02-26 10:39:24 +01:00
pytdb.c Fix clang 9 missing-field-initializer warnings 2020-05-08 09:31:31 +00:00
tdb.pc.in
wscript tdb: Release tdb 1.4.3 2019-11-18 10:11:41 +00:00