Updated 'print' statements throughout Appy code, in order to be Python3x as well as Python2x-compliant.
This commit is contained in:
		
							parent
							
								
									e8c63f225f
								
							
						
					
					
						commit
						0c50fe188a
					
				
					 24 changed files with 92 additions and 92 deletions
				
			
		|  | @ -134,7 +134,7 @@ class Test(appy.shared.test.Test): | |||
|         #tempFolder2 = '%s/sevResults' % self.testFolder | ||||
|         #if not os.path.exists(tempFolder2): | ||||
|         #    os.mkdir(tempFolder2) | ||||
|         #print 'Result is', self.result, 'temp folder 2 is', tempFolder2 | ||||
|         #print('Result is %s, temp folder 2 is %s.' % (self.result,tempFolder2)) | ||||
|         #shutil.copy(self.result, tempFolder2) | ||||
| 
 | ||||
|     def getOdtContent(self, odtFile): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Gaetan Delannay
						Gaetan Delannay