editors/SFCViewer.py
changeset 2450 5024c19ca8f0
parent 2437 105c20fdeb19
child 3750 f62625418bff
equal deleted inserted replaced
2449:b0560adec4b7 2450:5024c19ca8f0
    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 from __future__ import absolute_import
    26 from __future__ import absolute_import
    27 from __future__ import division
    27 from __future__ import division
    28 from types import *
       
    29 
    28 
    30 import wx
    29 import wx
    31 
    30 
    32 from editors.Viewer import *
    31 from editors.Viewer import *
    33 from graphics.SFC_Objects import *
    32 from graphics.SFC_Objects import *