Changeset 3526 for pykota/trunk

Show
Ignore:
Timestamp:
04/16/10 03:33:35 (14 years ago)
Author:
jerome
Message:

Fixes #60.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storage.py

    r3524 r3526  
    4242        """Sets the object's description.""" 
    4343        if description is not None : 
    44             self.Description = str(description) 
     44            self.Description = description 
    4545            self.isDirty = True 
    4646