[openrtm-commit:02141] r756 - trunk/OpenRTM-aist-Python/OpenRTM_aist

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 11月 25日 (金) 10:54:08 JST


Author: miyamoto
Date: 2016-11-25 10:54:08 +0900 (Fri, 25 Nov 2016)
New Revision: 756

Modified:
   trunk/OpenRTM-aist-Python/OpenRTM_aist/CORBA_RTCUtil.py
   trunk/OpenRTM-aist-Python/OpenRTM_aist/OutPortSHMConsumer.py
   trunk/OpenRTM-aist-Python/OpenRTM_aist/SharedMemory.py
Log:
[compat,bugfix,->RELENG_1_2] fixed bug.

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/CORBA_RTCUtil.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/CORBA_RTCUtil.py	2016-11-24 08:47:28 UTC (rev 755)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/CORBA_RTCUtil.py	2016-11-25 01:54:08 UTC (rev 756)
@@ -9,7 +9,7 @@
 # 
 
 import OpenRTM_aist
-import CORBA
+from omniORB import CORBA
 import RTC
 import SDOPackage
 

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/OutPortSHMConsumer.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/OutPortSHMConsumer.py	2016-11-24 08:47:28 UTC (rev 755)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/OutPortSHMConsumer.py	2016-11-25 01:54:08 UTC (rev 756)
@@ -15,7 +15,7 @@
 import OpenRTM_aist
 import OpenRTM
 import OpenRTM__POA
-import CORBA
+from omniORB import CORBA
 
 import threading
 

Modified: trunk/OpenRTM-aist-Python/OpenRTM_aist/SharedMemory.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/SharedMemory.py	2016-11-24 08:47:28 UTC (rev 755)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/SharedMemory.py	2016-11-25 01:54:08 UTC (rev 756)
@@ -13,7 +13,7 @@
 import platform, ctypes
 from omniORB import cdrMarshal
 from omniORB import cdrUnmarshal
-import CORBA
+from omniORB import CORBA
 import OpenRTM_aist
 import OpenRTM__POA
 import OpenRTM



More information about the openrtm-commit mailing list