graphics/SFC_Objects.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3759 f713566d5d01
equal deleted inserted replaced
3751:a80a66ba52d6 3752:9f6f46dbe3ae
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 
    25 
    26 
       
    27 
       
    28 from future.builtins import round
       
    29 
       
    30 import wx
    26 import wx
    31 from six.moves import xrange
       
    32 
    27 
    33 from graphics.GraphicCommons import *
    28 from graphics.GraphicCommons import *
    34 from graphics.DebugDataConsumer import DebugDataConsumer
    29 from graphics.DebugDataConsumer import DebugDataConsumer
    35 from plcopen.structures import *
    30 from plcopen.structures import *
    36 
    31