diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2016-10-30 15:36:02 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2016-10-30 15:36:02 -0400 |
commit | 9e4a75fe23afd82dd4556c73be654366f47bad00 (patch) | |
tree | f3f0b9e827a6a54352dca86fabb9a0c4f1928ac6 /build_scripts/generate_mdl | |
parent | bae9c8f41a2f2d83e5d88dbebbf9abe471ef9525 (diff) | |
parent | f11dc5e101263a0c3c2ea7ca18c26f2a28020a9f (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'build_scripts/generate_mdl')
-rwxr-xr-x | build_scripts/generate_mdl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_scripts/generate_mdl b/build_scripts/generate_mdl index 3e06aaf..7c79996 100755 --- a/build_scripts/generate_mdl +++ b/build_scripts/generate_mdl @@ -1,5 +1,6 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright 2016 Benjamin Barenblat +# Copyright 2016 Chelsea Voss # # Licensed under the Apache License, Version 2.0 (the “License”); you may not # use this file except in compliance with the License. You may obtain a copy of |