[Bf-blender-cvs] [385a3f05cc] app-templates: Remove bl_app_templates_system/__init__.py

Campbell Barton noreply at git.blender.org
Fri Mar 24 22:36:48 CET 2017


Commit: 385a3f05cc1ffd6e978e14e7e7119b9d60743d16
Author: Campbell Barton
Date:   Sat Mar 25 08:36:34 2017 +1100
Branches: app-templates
https://developer.blender.org/rB385a3f05cc1ffd6e978e14e7e7119b9d60743d16

Remove bl_app_templates_system/__init__.py

No purpose to have this file and complicates creating a new empty module path.

===================================================================

D	release/scripts/startup/bl_app_templates_system/__init__.py

===================================================================

diff --git a/release/scripts/startup/bl_app_templates_system/__init__.py b/release/scripts/startup/bl_app_templates_system/__init__.py
deleted file mode 100644
index 37c607c6fb..0000000000
--- a/release/scripts/startup/bl_app_templates_system/__init__.py
+++ /dev/null
@@ -1,27 +0,0 @@
-# ##### BEGIN GPL LICENSE BLOCK #####
-#
-#  This program is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; either version 2
-#  of the License, or (at your option) any later version.
-#
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-#
-#  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software Foundation,
-#  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-#
-# ##### END GPL LICENSE BLOCK #####
-
-# <pep8-80 compliant>
-
-
-def register():
-    pass
-
-
-def unregister():
-    pass




More information about the Bf-blender-cvs mailing list