Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- Remove superfluous whitespace.
- Add URLs and more info.
- Consistently use ' instead of " for Python strings.
|
|
Using srd.SRD_OUTPUT_ANN is unneeded, srd.OUTPUT_ANN is better/shorter.
|
|
If those variables are used before start() was called, that's a bug anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
While 'data' is of type 'bytes', 'data[0]' for example is of type 'int',
thus the ord() there is neither needed nor correct anymore (yields an error).
|
|
|
|
|
|
|
|
|
|
|