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

@@ -21,7 +21,7 @@
import bpy
from bpy.types import Panel, Header, Menu, UIList
_ = bpy.app.translations.pgettext
from bpy.app.translations import pgettext as _
class CLIP_UL_tracking_objects(UIList):