Changeset 18 for bug.py

Show
Ignore:
Timestamp:
07/07/06 16:28:20 (3 years ago)
Author:
ploum
Message:

0.0.1 "In The Middle of The Boxes" release

#31 : bug content is ugly with html tags
#19 : Bug displaying glade
#14 : launchpadweb bug displaying
#6 : columns are not resizable

+ implementation of isPackage for launchpad protocol

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bug.py

    r8 r18  
    4848                return self.importance 
    4949 
     50        def setAssignee (self, string) : 
     51                self.assignee = string 
     52 
     53        def getAssignee (self) : 
     54                return self.assignee 
     55 
    5056        def setAllComments () : 
    5157                print "hello" 
     
    6672                self.status="" 
    6773                self.package="" 
     74                self.assignee="" 
    6875 
    6976class comment: