From e1cc94949e11a73b0e8437f1743293dce51ad76c Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 12 Apr 2017 14:43:18 +0200 Subject: [PATCH] Fixed the interpreter. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 4c3b766..7df40c0 100755 --- a/build.py +++ b/build.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python-for-pytorch +#!/usr/bin/env python # # flatland is a simple 2d physical simulator -- 2.20.1