Changeset 48255
- Timestamp:
- 08/10/06 11:05:18 (4 years ago)
- Files:
-
- CPS3/products/CPSSchemas/trunk/VocabulariesTool.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CPS3/products/CPSSchemas/trunk/VocabulariesTool.py
r48250 r48255 54 54 55 55 def hasLocalVocContainer(context): 56 if getattr(context, 'hasObject', None) is None: 57 return False 56 58 return context.hasObject(LOCAL_VOCABULARY_CONTAINER_ID) 57 59
