mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Tiny change to imports
This commit is contained in:
parent
3d2cf0172c
commit
b82a713d16
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python2
|
||||
|
||||
import sys
|
||||
# import getopt
|
||||
import argparse
|
||||
import imp
|
||||
import imp
|
||||
|
@ -11,8 +10,9 @@ import os
|
|||
import subprocess as sp
|
||||
import traceback
|
||||
|
||||
from camera.camera import Camera
|
||||
from constants import *
|
||||
|
||||
from camera.camera import Camera
|
||||
from scene.scene import Scene
|
||||
from utils.sounds import play_error_sound
|
||||
from utils.sounds import play_finish_sound
|
||||
|
|
Loading…
Add table
Reference in a new issue