summaryrefslogtreecommitdiff
path: root/service/pixelated/support/ext_protobuf.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/support/ext_protobuf.py')
-rw-r--r--service/pixelated/support/ext_protobuf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/service/pixelated/support/ext_protobuf.py b/service/pixelated/support/ext_protobuf.py
index 8a8e05e6..337829ba 100644
--- a/service/pixelated/support/ext_protobuf.py
+++ b/service/pixelated/support/ext_protobuf.py
@@ -15,9 +15,11 @@
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function
-import protobuf.socketrpc.server
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