mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Modernize Python 2 code to get ready for Python 3 yet again
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
from __future__ import print_function
|
||||
import os
|
||||
from constants import TEX_DIR
|
||||
from constants import TEX_TEXT_TO_REPLACE
|
||||
|
Reference in New Issue
Block a user