cauldron / activity-browser

GUI for Brightway
GNU Lesser General Public License v3.0
0 stars 2 forks source link

[change] Adjust AB relative imports #10

Closed dgdekoning closed 3 weeks ago

dgdekoning commented 8 months ago

Related to https://github.com/cauldron/activity-browser/issues/9, this MR changes the AB related imports to only use relative imports if they are within the same folder.

Additionally, I've moved the ABTab class up into a base.py file and combined all 'panel' classes into a single panels.py file.

Due to the likelihood of bwutils changing in the future I haven't made any import changes there.

Checklist

cmutel commented 3 weeks ago

Out of date, easier to start over given the changes