Changeset 3526
- Timestamp:
- 04/16/10 03:33:35 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storage.py
r3524 r3526 42 42 """Sets the object's description.""" 43 43 if description is not None : 44 self.Description = str(description)44 self.Description = description 45 45 self.isDirty = True 46 46