changed default entity-name string

This commit is contained in:
Darren Ranalli 2003-10-23 22:09:47 +00:00
parent 5a65d88377
commit 5749e6dfef
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Entity(EntityTypeDesc):
type = 'entity'
attribs = (
('type', None),
('name', 'unnamed'),
('name', '<unnamed>', 'string'),
('comment', '', 'string'),
)