Fresco/Fresco-Python/Fresco __init__.py,1.2,1.3
Stefan Seefeld <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Python/Fresco
In directory purcel:/tmp/cvs-serv28932/Fresco-Python/Fresco
Modified Files:
__init__.py
Log Message:
rename ImageKit to RasterKit
Index: __init__.py
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-Python/Fresco/__init__.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- __init__.py 18 Feb 2003 01:09:47 -0000 1.2
+++ __init__.py 18 Feb 2003 21:18:16 -0000 1.3
@@ -53,17 +53,17 @@
# The default kits available. More can be added using kits.add_kit()
# TODO: include version and property information in the tuple
_defaultKitNames = {
- 'tool' : ('Fresco', 'ToolKit'),
- 'image' : ('Fresco', 'ImageKit'),
- 'figure' : ('Fresco', 'FigureKit'),
- 'primitive': ('Fresco', 'PrimitiveKit'),
- 'command' : ('Fresco', 'CommandKit'),
- 'gadget' : ('Fresco', 'GadgetKit'),
- 'desktop' : ('Fresco', 'DesktopKit'),
- 'layout' : ('Fresco', 'LayoutKit'),
- 'text' : ('Fresco', 'TextKit'),
- 'widget' : ('Fresco', 'WidgetKit'),
- 'unidraw' : ('Unidraw', 'UnidrawKit'),
+ 'tools' : ('Fresco', 'ToolKit'),
+ 'rasters' : ('Fresco', 'RasterKit'),
+ 'figures' : ('Fresco', 'FigureKit'),
+ 'primitives': ('Fresco', 'PrimitiveKit'),
+ 'commands' : ('Fresco', 'CommandKit'),
+ 'gadgets' : ('Fresco', 'GadgetKit'),
+ 'desktop' : ('Fresco', 'DesktopKit'),
+ 'layout' : ('Fresco', 'LayoutKit'),
+ 'text' : ('Fresco', 'TextKit'),
+ 'widgets' : ('Fresco', 'WidgetKit'),
+ 'unidraw' : ('Unidraw', 'UnidrawKit'),
}
# An empty Any object for sending to Commands