| changeset 265 | 30be108fda3a |
| parent 249 | 7bff1bb19cf7 |
1 --- a/swarmlib/db/data_objects.py Sat Apr 05 18:46:13 2008 -0400 2 +++ b/swarmlib/db/data_objects.py Sun Apr 06 14:09:14 2008 -0400 3 @@ -28,7 +28,7 @@ 4 5 class Issue(object): 6 def __init__(self, hash_id, short_hash_id): 7 - self.short_hash_id = short_hash_id 8 + self.issue_id = short_hash_id 9 self.hash_id = hash_id 10 def __repr__(self): 11 return "<Issue('%s', '%s')>" % (self.hash_id, self.short_hash_id)