build system now exclude config-*, turtledemo when copying system python.

also remove __pycache__ dirs when cleaning (new in python 3.2)
This commit is contained in:
2011-02-28 05:59:44 +00:00
parent e09189cf50
commit 5ef65a0a3b
3 changed files with 38 additions and 31 deletions

View File

@@ -23,10 +23,7 @@ This module contains utility functions specific to blender but
not assosiated with blenders internal data.
"""
from _bpy import register_class
from _bpy import unregister_class
from _bpy import blend_paths
from _bpy import register_class, unregister_class, blend_paths
from _bpy import script_paths as _bpy_script_paths
from _bpy import user_resource as _user_resource