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

Move more plugins to new configuration system #71

Closed
wants to merge 1 commit into from

Conversation

tiran
Copy link
Member

@tiran tiran commented Sep 7, 2016

Signed-off-by: Christian Heimes cheimes@redhat.com

@@ -10,17 +10,15 @@
from custodia.message.common import UnknownMessageType
from custodia.message.formats import Validator
from custodia.plugin import HTTPConsumer, HTTPError
from custodia.plugin import CSStoreError, CSStoreExists
from custodia.plugin import CSStoreError, CSStoreExists, PluginOption
Copy link
Member

Choose a reason for hiding this comment

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

This makes pep8py2 compain as the imports are in the wrong order.

Copy link
Member Author

Choose a reason for hiding this comment

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

pep8py2 doesn't complain on my machine although I have the import order checker installed. Maybe you have a different version than 0.9.2? Your versions picks up the problem correctly (C > H > P).

@simo5
Copy link
Member

simo5 commented Sep 9, 2016

Please rebase this on master, has conflicts after we pushed argparse and fixes for import order

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants