Update
svn: r5224
This commit is contained in:
parent
b9adcb8f0e
commit
522d79a1f9
@ -45,7 +45,6 @@ from gettext import gettext as _
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
import const
|
import const
|
||||||
import Errors
|
import Errors
|
||||||
import Tool
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
@ -183,6 +182,7 @@ def register_tool(
|
|||||||
them as needed.
|
them as needed.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import Tool
|
||||||
(junk,gui_task) = divmod(modes,2**Tool.MODE_GUI)
|
(junk,gui_task) = divmod(modes,2**Tool.MODE_GUI)
|
||||||
if gui_task:
|
if gui_task:
|
||||||
_register_gui_tool(tool_class,options_class,translated_name,
|
_register_gui_tool(tool_class,options_class,translated_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user