From b7da8dbb0e2236f37e4b4c99b88598369da3a008 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 9 Aug 2020 13:49:34 -0400 Subject: tools/ contains what's needed to build the ROMs; utils/ contains disassembly utilites --- tools/disasm_coverage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/disasm_coverage.py') diff --git a/tools/disasm_coverage.py b/tools/disasm_coverage.py index 9fcd61e..fcb9e86 100644 --- a/tools/disasm_coverage.py +++ b/tools/disasm_coverage.py @@ -1,5 +1,5 @@ -# #!/usr/bin/env python3 -# coding: utf-8 +#!/usr/bin/env python3 +# -*- coding: utf-8 -*- from __future__ import division -- cgit v1.2.3