editors/LDViewer.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 1865 0bd5b3099144
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    20 #
    20 #
    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 
       
    26 from __future__ import absolute_import
    25 from types import *
    27 from types import *
    26 
    28 
    27 import wx
    29 import wx
    28 
    30 
    29 from Viewer import *
    31 from editors.Viewer import *
    30 
    32 
    31 
    33 
    32 def ExtractNextBlocks(block, block_list):
    34 def ExtractNextBlocks(block, block_list):
    33     current_list = [block]
    35     current_list = [block]
    34     while len(current_list) > 0:
    36     while len(current_list) > 0: