Skip to content

Commit

Permalink
Fix CloudSelect attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezh committed Dec 16, 2019
1 parent ef95946 commit c30a73c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cloudselect/cloudselect.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ class CloudSelect:
"""

extension = "cloud.json"
importer = staticmethod(__import__)

def __init__(self):
"""Class constructor."""
self.configpath = appdirs.user_config_dir("cloudselect")
self.extension = "cloud.json"
self.importer = staticmethod(__import__)
self.logger = None

def configuration_exists(self, name):
Expand Down

0 comments on commit c30a73c

Please sign in to comment.