snegovick / bcam

CAM system for hobbyists and shapeokers
GNU General Public License v3.0
22 stars 4 forks source link

Replaced all classic classes with new-style classes. #133

Closed randyheydon closed 9 years ago

randyheydon commented 9 years ago

See New Class vs. Classic Class. This should not have any effect on the behaviour of the code (thankfully all of the more complex classes are already new-style), but it will prevent potential issues in the future (like this one), and make the code more compatible with Python 3, where all classes are new-style.