diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-11-27 12:11:04 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-11-27 12:11:04 +0100 |
commit | c17d98f55c51582943b5865008c9477fe1f3e10a (patch) | |
tree | c6373167affd54d950739adbb6f8d692d65da29e | |
parent | 5c2c78e2dd12a860f830dafd73fbed8edf1a3823 (diff) | |
download | yosys-c17d98f55c51582943b5865008c9477fe1f3e10a.tar.gz yosys-c17d98f55c51582943b5865008c9477fe1f3e10a.tar.bz2 yosys-c17d98f55c51582943b5865008c9477fe1f3e10a.zip |
Removed shebang line from smtio.py, fixes #279
-rw-r--r-- | backends/smt2/smtio.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 # |