Commit Graph

2 Commits

Author SHA1 Message Date
Christian Clauss
fdbb3ea4a8
Avoid SyntaxWarning on Python >= 3.8
Avoid [SyntaxWarnings on Python >= 3.8](https://docs.python.org/3/whatsnew/3.8.html#porting-to-python-3-8).

% `python3.8`
```
>>> 0 is 0
<stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="?
```
2020-10-13 10:25:14 +02:00
Omar Santos
f02c4383e1
Create logalyzer.py 2020-07-31 12:57:42 -04:00