[Bf-extensions-cvs] [2001090] master: Add pep8 to header

Campbell Barton noreply at git.blender.org
Tue Jul 26 06:37:38 CEST 2016


Commit: 2001090dfcd5c8ba4dd5cd33be29342142d4292d
Author: Campbell Barton
Date:   Tue Jul 26 14:28:05 2016 +1000
Branches: master
https://developer.blender.org/rBAC2001090dfcd5c8ba4dd5cd33be29342142d4292d

Add pep8 to header

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

M	mesh_1d_scripts.py

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

diff --git a/mesh_1d_scripts.py b/mesh_1d_scripts.py
index 2a4493c..e557a7d 100644
--- a/mesh_1d_scripts.py
+++ b/mesh_1d_scripts.py
@@ -1,6 +1,4 @@
-# -*- coding: utf-8 -*-
-
-# ##### BEGIN GPL LICENSE BLOCK #####
+# ##### 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
@@ -18,6 +16,8 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
+# <pep8 compliant>
+
 bl_info = {
     "name": "1D_Scripts",
     "author": "Alexander Nedovizin, Paul Kotelevets aka 1D_Inc (concept design), Nikitron",



More information about the Bf-extensions-cvs mailing list