From: Clifford Wolf Date: Sun, 27 Nov 2016 11:11:04 +0000 (+0100) Subject: Removed shebang line from smtio.py, fixes #279 X-Git-Tag: yosys-0.8~576 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c17d98f55c51582943b5865008c9477fe1f3e10a;p=yosys.git Removed shebang line from smtio.py, fixes #279 --- diff --git a/backends/smt2/smtio.py b/backends/smt2/smtio.py index 865eed1f1..10a134711 100644 --- a/backends/smt2/smtio.py +++ b/backends/smt2/smtio.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 # # yosys -- Yosys Open SYnthesis Suite #