snegovick / bcam

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

Switch to absolute imports in all submodules. #129

Closed randyheydon closed 9 years ago

randyheydon commented 9 years ago

This ensures that BCAM won't inadvertently shadow any other installed packages or modules. It's also a prerequisite for porting to Python 3 (though there are many other requirements for that too).

snegovick commented 9 years ago

Thank you, seems that im stuck in the past and havent seen that drawback of relative imports.