From c17d98f55c51582943b5865008c9477fe1f3e10a Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 27 Nov 2016 12:11:04 +0100 Subject: [PATCH] Removed shebang line from smtio.py, fixes #279 --- backends/smt2/smtio.py | 1 - 1 file changed, 1 deletion(-) 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 # -- 2.30.2