Refactor INO to CPP converter

This commit is contained in:
Ivan Kravets
2016-08-31 00:16:23 +03:00
parent 34a860cfa6
commit 8a379d2db2
12 changed files with 179 additions and 106 deletions

View File

@@ -165,7 +165,7 @@ def platform_show(platform):
if p.homepage:
click.echo("Home: %s" % p.homepage)
if p.license:
click.echo("License: %s" % p.license.get("type"))
click.echo("License: %s" % p.license)
if p.frameworks:
click.echo("Frameworks: %s" % ", ".join(p.frameworks.keys()))