Skip to content

Commit

Permalink
add py as lang
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Oct 14, 2010
1 parent ae05ce0 commit eb44910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class PythonScriptEngineService extends AbstractComponent implements Scri
}

@Override public String[] types() {
return new String[]{"python"};
return new String[]{"python", "py"};
}

@Override public String[] extensions() {
Expand Down

0 comments on commit eb44910

Please sign in to comment.