summaryrefslogtreecommitdiff
path: root/source4/scripting/devel/demodirsync.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-14s4:scripting: Fix code spellingAndreas Schneider1-1/+1
2022-05-10python: Remove redundant assignmentsJoseph Sutton1-1/+1
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton1-1/+0
2021-09-04python: Fix usage stringsJoseph Sutton1-1/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-2/+0
2019-07-05s4/scripting/demodirsync: print usage if no host namedDouglas Bagnall1-0/+3
2018-10-25s4/scripting/demodirsync: fix syntax errorDouglas Bagnall1-1/+1
2018-08-24PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo1-2/+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 E225: missing whitespace around operatorJoe Guo1-8/+8
2018-05-12s4/scripting/devel: py2/py3 compatability always decode result of b64encodeNoel Power1-6/+6
2018-03-23s4/scripting: convert print func to be py2/py3 compatibleNoel Power1-29/+30
2011-05-21add a demo script for dirsyncMatthieu Patou1-0/+156