Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".

svn: r11100
This commit is contained in:
Brian Matherly
2008-10-02 04:02:10 +00:00
parent 5c3bffeb21
commit 9c364490ce
120 changed files with 304 additions and 255 deletions

View File

@@ -48,9 +48,6 @@ from PluginUtils import (Options, OptionHandler, OptionList,
# Constants
#
#-------------------------------------------------------------------------
# Modes for running tools
MODE_GUI = 1 # Standrt tool using GUI
MODE_CLI = 2 # Command line interface (CLI)
# Tool categories
TOOL_DEBUG = -1