Extract some Python code from properties.mako.rs into a separate file.

This commit is contained in:
Simon Sapin 2016-04-18 17:55:58 +02:00
parent ff5478cba9
commit 2d8c17e600
6 changed files with 330 additions and 305 deletions

View file

@ -35,7 +35,7 @@ fn main() {
let status = Command::new(python)
.arg(&script)
.arg(product)
.arg("rust")
.arg("style-crate")
.status()
.unwrap();
if !status.success() {