Brian Matherly
|
9c364490ce
|
Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".
svn: r11100
|
2008-10-02 04:02:10 +00:00 |
|
Gerald Britton
|
882199f1c2
|
Replace dict.has_key(x) with x in dict for performance gain
svn: r10874
|
2008-07-17 18:10:32 +00:00 |
|
Brian Matherly
|
007ba8dd49
|
Rename "_Plugins.py" to a more appropriate name: "_PluginDialogs.py". Same goes for the classes in the file.
svn: r10742
|
2008-05-19 04:14:11 +00:00 |
|