From 391bceaad87c7ec3766bf79d55060673d0819765 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Thu, 11 Dec 2014 14:36:51 -0200 Subject: Fixed pep8 --- service/pixelated/support/ext_protobuf.py | 2 -- service/pixelated/support/ext_sqlcipher.py | 2 -- 2 files changed, 4 deletions(-) (limited to 'service/pixelated/support') diff --git a/service/pixelated/support/ext_protobuf.py b/service/pixelated/support/ext_protobuf.py index 337829ba..06d7bcea 100644 --- a/service/pixelated/support/ext_protobuf.py +++ b/service/pixelated/support/ext_protobuf.py @@ -19,8 +19,6 @@ from sys import platform as _platform import protobuf.socketrpc.server - - # protobuf throws a lot of 'Socket is not connected' exceptions on OSX but they are not an issue. # refer too https://code.google.com/p/protobuf-socket-rpc/issues/detail?id=10 and # or https://leap.se/code/issues/2187 diff --git a/service/pixelated/support/ext_sqlcipher.py b/service/pixelated/support/ext_sqlcipher.py index fae1df72..776087bf 100644 --- a/service/pixelated/support/ext_sqlcipher.py +++ b/service/pixelated/support/ext_sqlcipher.py @@ -18,8 +18,6 @@ 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 if _platform == 'linux2': -- cgit v1.2.3