Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -57,7 +57,7 @@ class Context(object): | ... | @@ -57,7 +57,7 @@ class Context(object): |
57 | self.function = kappa.function.Function( | 57 | self.function = kappa.function.Function( |
58 | self, self.config['lambda']) | 58 | self, self.config['lambda']) |
59 | if 'restapi' in self.config: | 59 | if 'restapi' in self.config: |
60 | - self.restapi = RestApi( | 60 | + self.restapi = kappa.restapi.RestApi( |
61 | self, self.config['restapi']) | 61 | self, self.config['restapi']) |
62 | else: | 62 | else: |
63 | self.restapi = None | 63 | self.restapi = None | ... | ... |
-
Please register or login to post a comment