From e997a0c56e61b003c4ec5c6969eb2e53509cda67 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sun, 2 Apr 2017 00:05:28 +0200 Subject: [PATCH] Fixed the python interpreter to the standard one. --- flatland-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatland-test.py b/flatland-test.py index 8592a4d..8d9f11b 100755 --- a/flatland-test.py +++ b/flatland-test.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