editors/LDViewer.py
changeset 1832 0f1081928d65
parent 1782 5b6ad7a7fd9d
child 1847 6198190bc121
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    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 import wx
       
    26 import time
    25 import time
    27 from types import *
    26 from types import *
       
    27 
       
    28 import wx
    28 
    29 
    29 from Viewer import *
    30 from Viewer import *
    30 
    31 
    31 
    32 
    32 def ExtractNextBlocks(block, block_list):
    33 def ExtractNextBlocks(block, block_list):