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:
authorPeter Kim <pk15950@gmail.com>2022-06-09 01:06:34 +0300
committerPeter Kim <pk15950@gmail.com>2022-06-09 01:06:34 +0300
commit633e707c40ad94d75a5f0c23ad5f5df0514fc92d (patch)
tree8a3e4347dbebb19ad8920b462826894931efcd09 /io_scene_obj/__init__.py
parent22270a72d68cd8e7f3a1bdb52c7a26034955d371 (diff)
parentc51e0bb1793c44c7a1b7435593dd5022cf7c8eec (diff)
Merge branch 'master' into xr-dev
Diffstat (limited to 'io_scene_obj/__init__.py')
-rw-r--r--io_scene_obj/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index 8b5dad5f..0ec62410 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
-# <pep8-80 compliant>
-
bl_info = {
"name": "Wavefront OBJ format",
"author": "Campbell Barton, Bastien Montagne",