Skip to content

Instantly share code, notes, and snippets.

@yeshess
Created October 26, 2015 09:53
Show Gist options
  • Select an option

  • Save yeshess/75a62a7a2ec3a9b42aa0 to your computer and use it in GitHub Desktop.

Select an option

Save yeshess/75a62a7a2ec3a9b42aa0 to your computer and use it in GitHub Desktop.
class CloudifyToscaPackage(package_base.PackageBase):
def __init__(self, format_name, runtime_version, source_directory,
manifest):
super(CloudifyToscaPackage, self).__init__(
format_name, runtime_version, source_directory, manifest)
self._entry_point = manifest.get('EntryPoint', 'main.yaml')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment