From 0dde125740f1ebb9cbf6244abb80e43a3e5eb010 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 28 Aug 2019 07:09:58 +0200 Subject: [PATCH] examples/litedram_gen: fix #!/usr/bin/env python3 location --- examples/litedram_gen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/litedram_gen.py b/examples/litedram_gen.py index 8e33030..4a4c934 100755 --- a/examples/litedram_gen.py +++ b/examples/litedram_gen.py @@ -1,7 +1,8 @@ +#!/usr/bin/env python3 + # This file is Copyright (c) 2018-2019 Florent Kermarrec # License: BSD -#!/usr/bin/env python3 import os import sys import math