Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-08-06 07:11:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-08-06 07:11:19 +0400
commit267a7b76e837d9de5b3a280fd731f9c678ead59e (patch)
tree9602181a42d3ce2a50d25e4ce84be5cb6b42e313
parent1aecb15c745227b65102d5f329458015ba32a459 (diff)
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.
-rw-r--r--release/scripts/modules/bpy/path.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/modules/bpy/path.py b/release/scripts/modules/bpy/path.py
index 3673f501527..9f3e4be8347 100644
--- a/release/scripts/modules/bpy/path.py
+++ b/release/scripts/modules/bpy/path.py
@@ -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.