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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2020-05-04 19:34:59 +0300
committerJulien Duroure <julien.duroure@gmail.com>2020-05-04 19:34:59 +0300
commit0372ff2ba735f3559953753ec7f17fb8bde4ec57 (patch)
tree37f46eafca0b033fd442ed84fb4a3b102f921fe9 /io_scene_gltf2/io/imp/gltf2_io_gltf.py
parentb72a6c057999e51c03f103706b7cd5da79e9c4b2 (diff)
glTF: code cleanup - remove no more needed import
Diffstat (limited to 'io_scene_gltf2/io/imp/gltf2_io_gltf.py')
-rwxr-xr-xio_scene_gltf2/io/imp/gltf2_io_gltf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/io/imp/gltf2_io_gltf.py b/io_scene_gltf2/io/imp/gltf2_io_gltf.py
index 88ba5356..640e552a 100755
--- a/io_scene_gltf2/io/imp/gltf2_io_gltf.py
+++ b/io_scene_gltf2/io/imp/gltf2_io_gltf.py
@@ -18,7 +18,7 @@ import logging
import json
import struct
import base64
-from os.path import dirname, join, isfile, basename
+from os.path import dirname, join, isfile
from urllib.parse import unquote