tarsqi / ttk

Tarsqi Toolkit
Apache License 2.0
25 stars 10 forks source link

Adopt new classes #22

Closed marcverhagen closed 3 years ago

marcverhagen commented 8 years ago

Most of the code uses old style classes. Should slowly convert to new-style classes.

As part of that the script utilities/make_documentation.py should be changed because it only picks up old style classes.

marcverhagen commented 7 years ago

One problem with this is that the code in FSA.py seems to rely on old style classes for its error handling.