summaryrefslogtreecommitdiff
path: root/techlibs/ice40/brams_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/ice40/brams_init.py')
-rw-r--r--techlibs/ice40/brams_init.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/techlibs/ice40/brams_init.py b/techlibs/ice40/brams_init.py
index 93eb9846..4a148511 100644
--- a/techlibs/ice40/brams_init.py
+++ b/techlibs/ice40/brams_init.py
@@ -1,7 +1,4 @@
-#!/usr/bin/python
-
-from __future__ import division
-from __future__ import print_function
+#!/usr/bin/env python3
def write_init_vh(filename, initbits):
with open(filename, "w") as f: