Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/alembic_tests.py')
-rwxr-xr-xtests/python/alembic_tests.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/python/alembic_tests.py b/tests/python/alembic_tests.py
index d872e699cea..09e9b8981e3 100755
--- a/tests/python/alembic_tests.py
+++ b/tests/python/alembic_tests.py
@@ -20,17 +20,15 @@
# <pep8 compliant>
import argparse
-import functools
-import shutil
import pathlib
import subprocess
import sys
-import tempfile
import unittest
-from modules.test_utils import (with_tempdir,
- AbstractBlenderRunnerTest,
- )
+from modules.test_utils import (
+ with_tempdir,
+ AbstractBlenderRunnerTest,
+)
class AbcPropError(Exception):