From c9f2d8b721b08c425faaee8fbcf525d85ea9db85 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Tue, 8 Feb 2022 22:42:01 +0100 Subject: [PATCH] gpython: blank-import gpython/modules Fixes #161. --- main.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main.go b/main.go index 9743bc0f..5aca0dc1 100644 --- a/main.go +++ b/main.go @@ -9,16 +9,15 @@ package main import ( "flag" "fmt" + "log" + "os" "runtime" "runtime/pprof" + _ "github.com/go-python/gpython/modules" + "github.com/go-python/gpython/py" "github.com/go-python/gpython/repl" "github.com/go-python/gpython/repl/cli" - - "log" - "os" - - "github.com/go-python/gpython/py" ) // Globals