summaryrefslogtreecommitdiff
path: root/source4/script/depfilter.py
AgeCommit message (Expand)AuthorFilesLines
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2018-12-14PY3: change shebang to python3 in source4/dsdb dirJoe Guo1-1/+1
2018-11-01s4/script/depfilter.py: use py3 compatible regex importDouglas Bagnall1-2/+2
2018-08-24PEP8: fix E401: multiple imports on one lineJoe Guo1-1/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix W601: .has_key() is deprecated, use 'in'Joe Guo1-2/+2
2018-03-23s4/script: convert print func to be py2/py3 compatibleNoel Power1-4/+5
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2007-10-10r6919: Jelmer, here is my script for filtering individual binaries/subsystems...Tim Potter1-0/+50