Closed dgdekoning closed 4 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.
ABTab
base.py
panels.py
Due to the likelihood of bwutils changing in the future I haven't made any import changes there.
bwutils
bug
feature
ui
change
documentation
breaking
ci
Out of date, easier to start over given the changes
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 abase.py
file and combined all 'panel' classes into a singlepanels.py
file.Due to the likelihood of
bwutils
changing in the future I haven't made any import changes there.Checklist
bug
,feature
,ui
,change
,documentation
,breaking
,ci
as they show up in the changelog