use import rather then assignment for loading '_' into scripts.

This commit is contained in:
Campbell Barton
2013-02-10 09:56:05 +00:00
parent b5962b7ccd
commit 3b8a0f3d67
11 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
import bpy
from bpy.types import Panel
_ = bpy.app.translations.pgettext
from bpy.app.translations import pgettext as _
class ModifierButtonsPanel():