fixing conflicts

This commit is contained in:
kevgliss
2015-07-07 16:26:37 -07:00
20 changed files with 302 additions and 631 deletions

View File

@@ -19,6 +19,3 @@ class IssuerPlugin(Plugin):
def create_authority(self):
raise NotImplemented
def get_csr_config(self):
raise NotImplementedError

View File

@@ -151,6 +151,3 @@ class VerisignPlugin(IssuerPlugin):
response = self.session.post(url, headers={'content-type': 'application/x-www-form-urlencoded'})
return self.handle_response(response.content)['Response']['Order']
def get_authorities(self):
pass