Skip to content

Commit

Permalink
hsdev_client is not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoidex committed Sep 9, 2015
1 parent 4558000 commit fdc242c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal.py
Expand Up @@ -20,7 +20,7 @@ def run(self):
self.window.show_input_panel("Cabal list", "", self.on_done, self.on_change, self.on_cancel)

def on_done(self, input):
self.packages = hsdev_client().cabal_list(input)
self.packages = hsdev_client.cabal_list(input)
if not self.packages:
show_status_message("Package {0} not found".format(input))
return
Expand Down

0 comments on commit fdc242c

Please sign in to comment.