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:
Diffstat (limited to 'io_mesh_pdb/__init__.py')
-rw-r--r--io_mesh_pdb/__init__.py18
1 files changed, 11 insertions, 7 deletions
diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index 9d9b83d2..dcf9ec4a 100644
--- a/io_mesh_pdb/__init__.py
+++ b/io_mesh_pdb/__init__.py
@@ -51,14 +51,18 @@ bl_info = {
import bpy
from bpy.types import Operator
from bpy_extras.io_utils import ImportHelper, ExportHelper
-from bpy.props import (StringProperty,
- BoolProperty,
- EnumProperty,
- IntProperty,
- FloatProperty)
+from bpy.props import (
+ StringProperty,
+ BoolProperty,
+ EnumProperty,
+ IntProperty,
+ FloatProperty,
+ )
-from . import import_pdb
-from . import export_pdb
+from . import (
+ import_pdb,
+ export_pdb,
+ )
# -----------------------------------------------------------------------------
# GUI