[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31090] trunk/blender/release/scripts/ modules/bpy/path.py: adding back pep8 tag removed r31089.

Campbell Barton ideasman42 at gmail.com
Fri Aug 6 05:11:22 CEST 2010


Revision: 31090
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31090
Author:   campbellbarton
Date:     2010-08-06 05:11:19 +0200 (Fri, 06 Aug 2010)

Log Message:
-----------
adding back pep8 tag removed r31089.
I use this as a tag that the script SHOULD be pep8 compliant, warnings the pep8 checkers give can be fixed later, without this I dont get any warnings.

Modified Paths:
--------------
    trunk/blender/release/scripts/modules/bpy/path.py

Modified: trunk/blender/release/scripts/modules/bpy/path.py
===================================================================
--- trunk/blender/release/scripts/modules/bpy/path.py	2010-08-06 02:26:23 UTC (rev 31089)
+++ trunk/blender/release/scripts/modules/bpy/path.py	2010-08-06 03:11:19 UTC (rev 31090)
@@ -16,6 +16,8 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
+# <pep8 compliant>
+
 """
 This module has a similar scope to os.path, containing utility
 functions for dealing with paths in Blender.





More information about the Bf-blender-cvs mailing list