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/export_pdb.py')
-rw-r--r--io_mesh_pdb/export_pdb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py
index d0eb07eb..ff038868 100644
--- a/io_mesh_pdb/export_pdb.py
+++ b/io_mesh_pdb/export_pdb.py
@@ -81,4 +81,3 @@ def export_pdb(obj_type, filepath_pdb):
pdb_file_p.close()
return True
-