Changeset 3339
- Timestamp:
- 05/13/08 10:44:17 (2 months ago)
- Files:
-
- 1 modified
-
trunk/opus_core/choice_model.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/opus_core/choice_model.py
r3336 r3339 81 81 if (self.choice_attribute_name is not None): 82 82 self.choice_attribute_name = VariableName(self.choice_attribute_name) 83 if self.choice_attribute_name.get_ package_name() is not None:83 if self.choice_attribute_name.get_dataset_name() is not None: 84 84 self.compute_choice_attribute = True 85 85
