Changeset 4 for bug.py

Show
Ignore:
Timestamp:
07/03/06 12:33:43 (3 years ago)
Author:
ploum
Message:

lundi midi

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bug.py

    r1 r4  
    1010 
    1111        def setTitle(): 
     12                print "hello" 
    1213 
    1314        def getTitle(): 
     15                print "hello" 
    1416 
    1517        def setDate() : 
     18                print "hello" 
    1619 
    1720        def getDate() : 
     21                print "hello" 
    1822 
    1923        def setDscrp() : 
     24                print "hello" 
    2025         
    2126        def getDescrp() : 
     27                print "hello" 
    2228 
    2329        def setStatus() : 
     30                print "hello" 
    2431 
    2532        def getStatus() : 
     33                print "hello" 
    2634 
    2735        def setImportance () : 
     36                print "hello" 
    2837 
    2938        def getImportance () : 
     39                print "hello" 
    3040 
    3141        def setAllComments () : 
     42                print "hello" 
    3243 
    3344        def getAllComments () : 
     45                print "hello" 
    3446 
    3547        def addComment () : 
     48                print "hello" 
    3649         
    3750        def __init__(self,n):