From b65968c3294e81c770751d529103e2b6fd1b657a Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Fri, 28 Jun 2019 21:37:52 +0200 Subject: [PATCH] soc/core: remove #!/usr/bin/env python3 --- litex/soc/integration/soc_core.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/litex/soc/integration/soc_core.py b/litex/soc/integration/soc_core.py index fbca5e7d..46f31d5b 100644 --- a/litex/soc/integration/soc_core.py +++ b/litex/soc/integration/soc_core.py @@ -12,8 +12,6 @@ # This file is Copyright (c) 2014 Yann Sionneau # License: BSD -#!/usr/bin/env python3 - import os import struct import inspect -- 2.30.2