Skip to content

fix import of etsconfig

Marcel Koek requested to merge mkoek/melview:master into master

This is a fix for import etsconfig. Since ETS 4.0 EnthoughtBase is deprecated (http://code.enthought.com/projects/enthought_base/). etsconfig moved to traits.

A try except block is used to keep supporting older installations.

I believe this fix actually breaks all dependencies with EnthoughtBase.

Merge request reports