diff options
author | Cristian Maureira-Fredes <[email protected]> | 2020-10-27 20:12:12 +0100 |
---|---|---|
committer | Cristian Maureira-Fredes <[email protected]> | 2020-10-28 13:56:40 +0000 |
commit | 1fceed1fc3565080eef556c9b71498780aa94bf2 (patch) | |
tree | 848628ec5561e8c90d19cf3996f1047d39ab7928 /examples/sql | |
parent | 1bc8c8ce262d80bbea0141f48055342adca9e3f9 (diff) |
examples: Remove Python 2.7 and <3.6 related code
* removing from __future__ import ...
* updating CMakeLists.txt files
* removing special if-else for Python 2 and 3
Change-Id: I8a34b06b6b384ebc5323f20f7c15c357a5be6d62
Reviewed-by: Christian Tismer <[email protected]>
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'examples/sql')
-rw-r--r-- | examples/sql/books/bookwindow.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/sql/books/bookwindow.py b/examples/sql/books/bookwindow.py index 31d2a055f..59cd65840 100644 --- a/examples/sql/books/bookwindow.py +++ b/examples/sql/books/bookwindow.py @@ -38,8 +38,6 @@ ## ############################################################################# -from __future__ import print_function, absolute_import - from PySide2.QtWidgets import (QAbstractItemView, QDataWidgetMapper, QHeaderView, QMainWindow, QMessageBox) from PySide2.QtGui import QKeySequence |