replace relative imports with absolute imports so scritps can be executed directly (live editing).

This commit is contained in:
Campbell Barton
2012-04-04 14:39:52 +00:00
parent 329c665c16
commit c93c8bda3d
17 changed files with 19 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
# <pep8 compliant>
import bpy
from bpy.types import Header, Menu, Panel
from .properties_paint_common import UnifiedPaintPanel
from bl_ui.properties_paint_common import UnifiedPaintPanel
class ImagePaintPanel(UnifiedPaintPanel):