Rename AppTools.py → ToolCommand.py
This commit is contained in:
parent
66c7794ea1
commit
3192eec49e
|
@ -54,11 +54,11 @@ class XternalAppsWorkbench(Workbench):
|
||||||
def Initialize(self):
|
def Initialize(self):
|
||||||
# Load commands
|
# Load commands
|
||||||
import AppCommand
|
import AppCommand
|
||||||
import AppTools
|
import ToolCommand
|
||||||
import Embed
|
import Embed
|
||||||
Embed.ExternalApps()
|
Embed.ExternalApps()
|
||||||
AppCommand.createCommands(self.appName)
|
AppCommand.createCommands(self.appName)
|
||||||
AppTools.createCommands(self.appName)
|
ToolCommand.createCommands(self.appName)
|
||||||
|
|
||||||
# List of commands for this workbench
|
# List of commands for this workbench
|
||||||
self.list = ['ExternalAppsOpen' + self.appName + 'Command'] \
|
self.list = ['ExternalAppsOpen' + self.appName + 'Command'] \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user