Another attempt to make BitBuket's version of pylint happy.
--- a/runtime/PLCObject.py Tue Feb 20 14:46:12 2018 +0100
+++ b/runtime/PLCObject.py Tue Feb 20 15:09:01 2018 +0100
@@ -25,11 +25,11 @@
from __future__ import absolute_import
from threading import Timer, Thread, Lock, Semaphore, Event
import ctypes
-import _ctypes # pylint: disable=wrong-import-order
import os
import sys
import traceback
from time import time
+import _ctypes # pylint: disable=wrong-import-order
import Pyro.core as pyro
from runtime.typemapping import TypeTranslator