summaryrefslogtreecommitdiff
path: root/source4/scripting/devel/demodirsync.py
Commit message (Expand)AuthorAgeFilesLines
* python: Remove redundant assignmentsJoseph Sutton2022-05-101-1/+1
* python: Remove unnecessary 'pass' statementsJoseph Sutton2022-05-101-1/+0
* python: Fix usage stringsJoseph Sutton2021-09-041-1/+1
* python: remove all 'from __future__ import print_function'Douglas Bagnall2021-04-281-2/+0
* s4/scripting/demodirsync: print usage if no host namedDouglas Bagnall2019-07-051-0/+3
* s4/scripting/demodirsync: fix syntax errorDouglas Bagnall2018-10-251-1/+1
* PEP8: fix E711: comparison to None should be 'if cond is not None:'Joe Guo2018-08-241-2/+2
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E225: missing whitespace around operatorJoe Guo2018-08-241-8/+8
* s4/scripting/devel: py2/py3 compatability always decode result of b64encodeNoel Power2018-05-121-6/+6
* s4/scripting: convert print func to be py2/py3 compatibleNoel Power2018-03-231-29/+30
* add a demo script for dirsyncMatthieu Patou2011-05-211-0/+156