Add definition of resolve.
This commit is contained in:
parent
27a02686d6
commit
2528295181
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ class Resolver(object):
|
|||
def install(self, requirements):
|
||||
raise NotImplementedError(self.install)
|
||||
|
||||
def resolve(self, requirement):
|
||||
raise NotImplementedError(self.resolve)
|
||||
|
||||
def explain(self, requirements):
|
||||
raise NotImplementedError(self.explain)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue