etherlab/CommonEtherCATFunction.py
changeset 2405 af050469fc5c
parent 2400 7afecc27db95
child 2406 ffd091b51cd0
equal deleted inserted replaced
2404:87eb184414bd 2405:af050469fc5c
     6 #
     6 #
     7 # Copyright (C) 2013: Real-Time & Embedded Systems (RTES) Lab. University of Seoul, Korea
     7 # Copyright (C) 2013: Real-Time & Embedded Systems (RTES) Lab. University of Seoul, Korea
     8 #
     8 #
     9 # See COPYING file for copyrights details.
     9 # See COPYING file for copyrights details.
    10 
    10 
       
    11 from __future__ import absolute_import
    11 import wx
    12 import wx
    12 
    13 
    13 mailbox_protocols = ["AoE", "EoE", "CoE", "FoE", "SoE", "VoE"]
    14 mailbox_protocols = ["AoE", "EoE", "CoE", "FoE", "SoE", "VoE"]
    14 
    15 
    15 
    16