Show
Ignore:
Timestamp:
10/05/08 11:21:53 (16 years ago)
Author:
jerome
Message:

Changed the way informations are output, especially to replace 'print'
statements which won't exist anymore in Python 3.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/repykota

    r3413 r3429  
    8181 
    8282        self.reportingtool = reporter.openReporter(self, "text", printers, ugnames, options.groups) 
    83         print self.reportingtool.generateReport() 
     83        self.display(self.reportingtool.generateReport()) 
    8484 
    8585if __name__ == "__main__" :