Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extension superclass and exception #372

Merged
merged 4 commits into from Apr 1, 2013

Conversation

jodal
Copy link
Member

@jodal jodal commented Apr 1, 2013

This implements the first step of the implementation plan at http://docs.mopidy.com/en/develop/extensiondev/

If this looks OK for now, please merge and we'll continue refinement in the develop branch.

def validate_environment(self):
pass

def get_frontend_class(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/class/classes/ perhaps?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiple frontends in a single extension? Why not. A lot more future proof.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

adamcik added a commit that referenced this pull request Apr 1, 2013
@adamcik adamcik merged commit bd90ed6 into mopidy:develop Apr 1, 2013
@jodal jodal deleted the feature/add-extension-superclass branch April 1, 2013 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants