Small fixes for v12/python3 standard

Co-Authored-By: David Beal <david.beal@akretion.com>
This commit is contained in:
Florian
2019-09-03 11:37:56 +02:00
committed by Florian da Costa
parent a445e84227
commit e585ecf1eb
2 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ except ImportError:
class TestExportSqlQueryExcel(TransactionCase):
def setUp(self):
super(TestExportSqlQueryExcel, self).setUp()
super().setUp()
self.wizard_obj = self.env['sql.file.wizard']
def get_workbook_from_query(self, wizard):