From 7c683c8992b5829b1de42320f51bcff2e9bce2ea Mon Sep 17 00:00:00 2001 From: Tony031218 <975062472@qq.com> Date: Mon, 8 Feb 2021 12:25:26 +0800 Subject: [PATCH] updte default universal_import_line --- manimlib/default_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/default_config.yml b/manimlib/default_config.yml index d34236ae..45b3b77b 100644 --- a/manimlib/default_config.yml +++ b/manimlib/default_config.yml @@ -25,7 +25,7 @@ tex: # executable: "xelatex -no-pdf" # template_file: "ctex_template.tex" # intermediate_filetype: "xdv" -universal_import_line: "from manimlib.imports import *" +universal_import_line: "from manimlib import *" style: font: "Consolas" background_color: "#333333"