summaryrefslogtreecommitdiff
path: root/service/pixelated/support/ext_sqlcipher.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/support/ext_sqlcipher.py')
-rw-r--r--service/pixelated/support/ext_sqlcipher.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/service/pixelated/support/ext_sqlcipher.py b/service/pixelated/support/ext_sqlcipher.py
index bd01e610..fae1df72 100644
--- a/service/pixelated/support/ext_sqlcipher.py
+++ b/service/pixelated/support/ext_sqlcipher.py
@@ -14,9 +14,11 @@
# You should have received a copy of the GNU Affero General Public License
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
-import leap.soledad.client.sqlcipher
from sys import platform as _platform
+import leap.soledad.client.sqlcipher
+
+
# WAL is breaking for the debian sqlcipher package so we need to disable it
# refer to https://leap.se/code/issues/5562