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
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-17 12:57:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-17 13:00:56 +0300
commitad9addbf460f6053b8037a09ec9752d653269561 (patch)
tree4278a9b8a8341f9e4bd2c1fa405a635b631a8f78 /tests
parenta19e78aa2dd1cc1265eae206ff817bd2815c968f (diff)
Cleanup: unused imports
Diffstat (limited to 'tests')
-rwxr-xr-xtests/python/opengl_draw_tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/python/opengl_draw_tests.py b/tests/python/opengl_draw_tests.py
index b6c18e289bc..9913f875689 100755
--- a/tests/python/opengl_draw_tests.py
+++ b/tests/python/opengl_draw_tests.py
@@ -3,8 +3,6 @@
import argparse
import os
-import shlex
-import shutil
import subprocess
import sys