From c23b138ed72d794521b19ff7d8076b32b0b7bf46 Mon Sep 17 00:00:00 2001 From: Diego Roversi Date: Sun, 8 Sep 2019 22:05:57 +0200 Subject: 2to3 --- bubbob/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bubbob/command.py') diff --git a/bubbob/command.py b/bubbob/command.py index 71239ed..a438e23 100644 --- a/bubbob/command.py +++ b/bubbob/command.py @@ -7,4 +7,4 @@ for ext in ['.py', '.bin']: break sys.argv[1] = levelfile -execfile('bb.py') +exec(compile(open('bb.py', "rb").read(), 'bb.py', 'exec')) -- cgit v1.2.3