From 1aecb15c745227b65102d5f329458015ba32a459 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Fri, 6 Aug 2010 02:26:23 +0000 Subject: [PATCH] SVN maintenance. --- release/scripts/modules/bpy/path.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/release/scripts/modules/bpy/path.py b/release/scripts/modules/bpy/path.py index 9f3e4be8347..3673f501527 100644 --- a/release/scripts/modules/bpy/path.py +++ b/release/scripts/modules/bpy/path.py @@ -16,8 +16,6 @@ # # ##### END GPL LICENSE BLOCK ##### -# - """ This module has a similar scope to os.path, containing utility functions for dealing with paths in Blender.