mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	...
This commit is contained in:
		
							parent
							
								
									e9b26ebb00
								
							
						
					
					
						commit
						4c9fb6becd
					
				@ -334,7 +334,7 @@ class Resources(Command):  # {{{
 | 
				
			|||||||
                if f.endswith('.py'):
 | 
					                if f.endswith('.py'):
 | 
				
			||||||
                    files.append(self.j(x[0], f))
 | 
					                    files.append(self.j(x[0], f))
 | 
				
			||||||
        if self.newer(dest, files):
 | 
					        if self.newer(dest, files):
 | 
				
			||||||
            self.info('\tCreating ebook-convert-complete.pickle')
 | 
					            self.info('\tCreating ' + dest)
 | 
				
			||||||
            complete = {}
 | 
					            complete = {}
 | 
				
			||||||
            from calibre.ebooks.conversion.plumber import supported_input_formats
 | 
					            from calibre.ebooks.conversion.plumber import supported_input_formats
 | 
				
			||||||
            complete['input_fmts'] = set(supported_input_formats())
 | 
					            complete['input_fmts'] = set(supported_input_formats())
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user