targets/typemapping.py
changeset 593 726f58cf97e3
parent 592 c6408f92da0a
child 594 120bc22302a1
equal deleted inserted replaced
592:c6408f92da0a 593:726f58cf97e3
    18 #You should have received a copy of the GNU General Public
    18 #You should have received a copy of the GNU General Public
    19 #License along with this library; if not, write to the Free Software
    19 #License along with this library; if not, write to the Free Software
    20 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    20 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21 
    21 
    22 from ctypes import *
    22 from ctypes import *
       
    23 from datetime import timedelta as td
    23 
    24 
    24 class IEC_STRING(Structure):
    25 class IEC_STRING(Structure):
    25     """
    26     """
    26     Must be changed according to changes in iec_types.h
    27     Must be changed according to changes in iec_types.h
    27     """
    28     """