Remove whitespace before shebang in wscript

This makes the python extension in vscode recognize it as a python file
This commit is contained in:
DaanDeMeyer 2017-11-20 22:54:09 +01:00 committed by Jacob Dufault
parent 626f7bc736
commit 030e63f15c

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python #!/usr/bin/env python
# encoding: utf-8 # encoding: utf-8
try: try: