Skip to content

Re-organise pyside classes #9

@dgdekoning

Description

@dgdekoning

Issue

While working on #8 I found myself fixing up the imports inside the AB code.

When attempting to run the tests, a circular-import error is shown. I tracked this down to where the ABTab class is being imported from.

Apart from redoing the import statements to do away with relative imports (from ..panels import ABTab should become from activity_browser.layouts.panels.panel import ABTab) I propose to move the ABTab class further up into the structure into a separate base.py file, making it clear that it should be subclassed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions