This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a commit to branch feature/PLC4X-111-interop-server
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to
refs/heads/feature/PLC4X-111-interop-server by this push:
new f2246c1 PLC4X-111 Minor fix, seems necessary.
f2246c1 is described below
commit f2246c10bf3bcfa367a1cc9feb954bf2526c32c7
Author: Julian Feinauer <[email protected]>
AuthorDate: Sun Apr 21 14:46:06 2019 +0200
PLC4X-111 Minor fix, seems necessary.
---
plc4py/org/apache/plc4x/interop/InteropServer-remote | 4 ++--
plc4py/org/apache/plc4x/interop/ttypes.py | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/plc4py/org/apache/plc4x/interop/InteropServer-remote
b/plc4py/org/apache/plc4x/interop/InteropServer-remote
index 1f8f8c2..55a75a2 100755
--- a/plc4py/org/apache/plc4x/interop/InteropServer-remote
+++ b/plc4py/org/apache/plc4x/interop/InteropServer-remote
@@ -13,8 +13,8 @@ from thrift.transport import TSocket
from thrift.transport import THttpClient
from thrift.protocol import TBinaryProtocol
-import InteropServer
-from ttypes import *
+import org.apache.plc4x.interop.InteropServer
+from org.apache.plc4x.interop.ttypes import *
if len(sys.argv) <= 1 or sys.argv[1] == '--help':
print ''
diff --git a/plc4py/org/apache/plc4x/interop/ttypes.py
b/plc4py/org/apache/plc4x/interop/ttypes.py
index adec8fc..3675cdb 100644
--- a/plc4py/org/apache/plc4x/interop/ttypes.py
+++ b/plc4py/org/apache/plc4x/interop/ttypes.py
@@ -3,7 +3,7 @@
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
-from pip._vendor.urllib3.connectionpool import xrange
+from urllib3.connectionpool import xrange
from thrift.Thrift import *
from thrift.transport import TTransport