[openrtm-commit:02067] r724 - in trunk/OpenRTM-aist-Python: . OpenRTM_aist/ext/ssl
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 10月 17日 (月) 15:16:28 JST
Author: miyamoto
Date: 2016-10-17 15:16:28 +0900 (Mon, 17 Oct 2016)
New Revision: 724
Added:
trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl/__init__.py
Modified:
trunk/OpenRTM-aist-Python/setup.py
Log:
[compat,bugfix,->RELENG_1_2] fixed setup.py.
Added: trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl/__init__.py
===================================================================
--- trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl/__init__.py (rev 0)
+++ trunk/OpenRTM-aist-Python/OpenRTM_aist/ext/ssl/__init__.py 2016-10-17 06:16:28 UTC (rev 724)
@@ -0,0 +1 @@
+# Empty file
Modified: trunk/OpenRTM-aist-Python/setup.py
===================================================================
--- trunk/OpenRTM-aist-Python/setup.py 2016-10-14 04:55:29 UTC (rev 723)
+++ trunk/OpenRTM-aist-Python/setup.py 2016-10-17 06:16:28 UTC (rev 724)
@@ -184,6 +184,7 @@
"OpenRTM_aist.ext",
"OpenRTM_aist.ext.sdo",
"OpenRTM_aist.ext.sdo.observer",
+ "OpenRTM_aist.ext.ssl",
]
openrtm_utils_packages = [
"OpenRTM_aist.utils",
More information about the openrtm-commit
mailing list