Changeset 1237
- Timestamp:
- 05/20/08 16:27:10 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/System/FileIO/Collada/build.info
r1209 r1237 9 9 xml2_option = opts.GetOption("xml2") 10 10 11 if not collada_option.isAvailable() andnot xml2_option.isAvailable():11 if not collada_option.isAvailable() or not xml2_option.isAvailable(): 12 12 stop_traversal = True 13 13 else:
