Skip to content

Re-organise pyside classes #9

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions