11 # Some part of this code were ported from gglsbl.storage and adapted |
11 # Some part of this code were ported from gglsbl.storage and adapted |
12 # to QtSql. |
12 # to QtSql. |
13 # |
13 # |
14 # https://github.com/afilipovich/gglsbl |
14 # https://github.com/afilipovich/gglsbl |
15 # |
15 # |
16 |
|
17 from __future__ import unicode_literals, division |
|
18 |
16 |
19 import os |
17 import os |
20 |
18 |
21 from PyQt5.QtCore import QObject, QByteArray, QCryptographicHash, \ |
19 from PyQt5.QtCore import QObject, QByteArray, QCryptographicHash, \ |
22 QCoreApplication, QEventLoop |
20 QCoreApplication, QEventLoop |