This commit is contained in:
Tony Tam 2015-11-18 08:44:45 -06:00
parent f95409210b
commit 041eb94a27

View File

@ -152,7 +152,7 @@ public class FlaskConnexionCodegen extends DefaultCodegen implements CodegenConf
* @return the friendly name for the generator
*/
public String getName() {
return "flaskConnexion";
return "python-flask";
}
/**