change @inject to take no parameters
authorMichael Nolan <mtnolan2640@gmail.com>
Sat, 4 Apr 2020 20:33:25 +0000 (16:33 -0400)
committerMichael Nolan <mtnolan2640@gmail.com>
Sat, 4 Apr 2020 20:35:49 +0000 (16:35 -0400)
commitf8dbbb7286065bd147c87c7483776575d4bbc561
tree5c4b0837ccb3f2affae167c67eade13767ab1bad
parentdf74adc175e8d257852ca078e854a9bac8eff618
change @inject to take no parameters

There are issues with using decorators with class variables (see
https://stackoverflow.com/questions/11731136/class-method-decorator-with-self-arguments)
so it was changed to take no variables and access the class internally
src/soc/decoder/pseudo/pywriter.py