summaryrefslogtreecommitdiff
path: root/examples/zonediff.py
Commit message (Collapse)AuthorAgeFilesLines
* make all shebangs python3Bob Halley2020-05-011-1/+1
|
* Remove "from __future__ import" statements.Brian Wellington2020-05-011-1/+0
| | | | None of these are needed anymore.
* Upgrade Python syntax with pyupgrade https://github.com/asottile/pyupgradeHugo2018-09-061-10/+10
|
* Initial type signaturesJanus2018-07-311-14/+33
|
* examples/zonediff: fix pylint (singleton-comparison)Tomas Krizek2018-07-181-3/+3
|
* Pylint: remove bare exceptsMartin2016-08-311-2/+2
| | | | Bare excepts should not be used, because they may hide system exceptions such as KeyboardInterupts or SystemExits.
* Pylint: examples: py3 replace deprecated optparse with argparseMartin2016-07-021-9/+9
|
* Pylint: examples: fix redefined sys from outer scope errorMartin2016-07-021-3/+2
| | | | This was more false positive than actual error, but I replaced sys.exit() by SystemExit exception rather than disabling check there
* Pylint: examples: fix basestring is not in py3Martin2016-07-021-9/+9
|
* Pylint: examples: fix extremenly long linesMartin2016-07-021-6/+24
|
* Pylint: examples: fix redefined variables from outer scopeMartin2016-07-021-1/+5
|
* Pylint: examples: fix singleton comparisonMartin2016-07-021-1/+1
|
* Pylint: examples: fix whitespace errorsMartin2016-07-021-17/+16
|
* Pylint: examples: do py2/3 compatible printsMartin2016-07-021-2/+4
|
* Fix typosJakub Wilk2016-05-261-1/+1
|
* Add zonediff.py to examplesBob Halley2010-10-311-0/+270