[openrtm-commit:00274] r422 - branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 7月 28日 (木) 11:57:38 JST
Author: kurihara
Date: 2011-07-28 11:57:38 +0900 (Thu, 28 Jul 2011)
New Revision: 422
Modified:
branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Typename.py
Log:
typo has been corrected.
Modified: branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Typename.py
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Typename.py 2011-07-27 13:21:22 UTC (rev 421)
+++ branches/RELENG_1_1/OpenRTM-aist-Python/OpenRTM_aist/Typename.py 2011-07-28 02:57:38 UTC (rev 422)
@@ -23,4 +23,4 @@
## const char* toTypename(value)
def toTypename(value):
- return str(value.__NP_RepositoryId)
+ return str(value._NP_RepositoryId)
openrtm-commit メーリングリストの案内