Fix import to avoid deprecation warning
This commit is contained in:
		
							parent
							
								
									6c21073182
								
							
						
					
					
						commit
						95fcf054ef
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2,7 +2,7 @@ | |||
| ################################################################################ | ||||
| # | ||||
| #  Rattail -- Retail Software Framework | ||||
| #  Copyright © 2010-2020 Lance Edgar | ||||
| #  Copyright © 2010-2023 Lance Edgar | ||||
| # | ||||
| #  This file is part of Rattail. | ||||
| # | ||||
|  | @ -28,7 +28,7 @@ from corepos.db.office_op import model as corepos | |||
| 
 | ||||
| from rattail.importing.handlers import ToCSVHandler | ||||
| from rattail.importing.exporters import FromSQLAlchemyToCSVMixin | ||||
| from rattail_corepos.corepos.importing.db.corepos import FromCoreHandler, FromCore | ||||
| from rattail_corepos.corepos.office.importing.db.corepos import FromCoreHandler, FromCore | ||||
| 
 | ||||
| 
 | ||||
| class FromCoreToCSV(FromSQLAlchemyToCSVMixin, FromCoreHandler, ToCSVHandler): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar