From 267a7b76e837d9de5b3a280fd731f9c678ead59e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 Aug 2010 03:11:19 +0000 Subject: [PATCH] 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. --- release/scripts/modules/bpy/path.py | 2 ++ 1 file changed, 2 insertions(+) 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 ##### +# + """ This module has a similar scope to os.path, containing utility functions for dealing with paths in Blender.