From 030e63f15c7e2a643627ff36b360681645df61f0 Mon Sep 17 00:00:00 2001 From: DaanDeMeyer Date: Mon, 20 Nov 2017 22:54:09 +0100 Subject: [PATCH] Remove whitespace before shebang in wscript This makes the python extension in vscode recognize it as a python file --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index ce60a1ed..b565c304 100644 --- a/wscript +++ b/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python # encoding: utf-8 try: